#651207

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

Shades of Red Oxide #651207

Tints of Red Oxide #651207

Color information

#651207 (or 0x651207) is unknown color: approx Red Oxide. HEX triplet: 65, 12 and 07. RGB value is (101,18,7). Sum of RGB (Red+Green+Blue) = 101+18+7=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #651207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651207 is #9AEDF8. Grayscale: #292929. Windows color (decimal): -10153465 or 463461. OLE color: 463461.

HSL color Cylindrical-coordinate representation of color #651207: hue angle of 7.02º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #651207 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB101187-
CMYK00.820.930.60
HSL7.02º87.04%21.18%-
HSV(B)7.02º93.07%39.61%-
XYZ5.623.210.53-
YUV41.56108.5170.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.16%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=80.16%
G=14.29%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10118700.820.930.607.0287.0421.18
Hex651270525D3C75715
Octal145227012213574712725
Binary110010110010111010100101011101111100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651207; }

 p { color: rgb(101,18,7); }

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

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

 a { background-color: rgb(101,18,7); }

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

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

 span { border-color: rgb(101,18,7); }

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