#651809

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

Shades of Red Oxide #651809

Tints of Red Oxide #651809

Color information

#651809 (or 0x651809) is unknown color: approx Red Oxide. HEX triplet: 65, 18 and 09. RGB value is (101,24,9). Sum of RGB (Red+Green+Blue) = 101+24+9=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #651809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651809 is #9AE7F6. Grayscale: #2D2D2D. Windows color (decimal): -10151927 or 596069. OLE color: 596069.

HSL color Cylindrical-coordinate representation of color #651809: hue angle of 9.78º 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 #651809 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB101249-
CMYK00.760.910.60
HSL9.78º83.64%21.57%-
HSV(B)9.78º91.09%39.61%-
XYZ5.743.440.62-
YUV45.31107.51167.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.37%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=75.37%
G=17.91%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10124900.760.910.609.7883.6421.57
Hex6518904C5B3Ca5416
Octal14530110114133741212426
Binary11001011100010010100110010110111111001010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651809; }

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

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

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

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

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

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

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

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