#651009

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

Shades of Red Oxide #651009

Tints of Red Oxide #651009

Color information

#651009 (or 0x651009) is unknown color: approx Red Oxide. HEX triplet: 65, 10 and 09. RGB value is (101,16,9). Sum of RGB (Red+Green+Blue) = 101+16+9=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #651009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651009 is #9AEFF6. Grayscale: #282828. Windows color (decimal): -10153975 or 594021. OLE color: 594021.

HSL color Cylindrical-coordinate representation of color #651009: hue angle of 4.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #651009 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB101169-
CMYK00.840.910.60
HSL4.57º83.64%21.57%-
HSV(B)4.57º91.09%39.61%-
XYZ5.63.160.57-
YUV40.62110.16171.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.16%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=80.16%
G=12.70%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10116900.840.910.604.5783.6421.57
Hex651090545B3C55416
Octal1452011012413374512426
Binary1100101100001001010101001011011111100101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651009; }

 p { color: rgb(101,16,9); }

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

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

 a { background-color: rgb(101,16,9); }

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

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

 span { border-color: rgb(101,16,9); }

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