#651C15

Color #651C15 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #651C15

Tints of Red Oxide #651C15

Color information

#651C15 (or 0x651C15) is unknown color: approx Red Oxide. HEX triplet: 65, 1C and 15. RGB value is (101,28,21). Sum of RGB (Red+Green+Blue) = 101+28+21=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #651C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C15 is #9AE3EA. Grayscale: #313131. Windows color (decimal): -10150891 or 1383525. OLE color: 1383525.

HSL color Cylindrical-coordinate representation of color #651C15: hue angle of 5.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651C15 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1012821-
CMYK00.720.790.60
HSL5.25º65.57%23.92%-
HSV(B)5.25º79.21%39.61%-
XYZ5.923.651.1-
YUV49.03112.18165.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 67.33%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 21 (8.59% from 255) = 14%
R=67.33%
G=18.67%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101282100.720.790.605.2565.5723.92
Hex651C150484F3C54218
Octal1453425011011774510230
Binary11001011110010101010010001001111111100101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651C15; }

 p { color: rgb(101,28,21); }

 H1.HeaderClassName
 {
   color: #651C15;
 }
 .AnyTagClassName
 {
   color: #651C15;
 }
</style>
background-color css

<style>
 a { background-color: #651C15; }

 a { background-color: rgb(101,28,21); }

 div.DivClassName
 {
   background-color: #651C15;
 }
 .BgClassName
 {
   background-color: #651C15;
 }
</style>
border-color css

<style>
 span { border-color: #651C15; }

 span { border-color: rgb(101,28,21); }

 td.TdClassName
 {
   border-color: #651C15;
 }
 .TagClassName
 {
   border-color: #651C15;
 }
</style>