Html Css Color HEX #651C09 Red Oxide

📋 copy color: '#651C09'

red 101 ◦ green 28 ◦ blue 9

#651C09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #651C09

Tints of Red Oxide #651C09

RGB

 RED value IS 101 (39.84% from 255) = 73.19%

 GREEN value IS 28 (11.33% from 255) = 20.29%

 BLUE value IS 9 (3.91% from 255) = 6.52%

R = 73.19%
G = 20.29%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#651C09 (or 0x651C09) is known color: Red Oxide. HEX triplet: 65, 1C and 09. RGB value is (101,28,9). Sum of RGB (Red+Green+Blue) = 101+28+9=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #651C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C09 is #9AE3F6. Grayscale: #2F2F2F. Windows color (decimal): -10150903 or 597093. OLE color: 597093.

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

Color convert

RGB 101 28 9 -
CMYK 0 0.72 0.91 0.60
HSL 12.39º 0.84% 0.22% -
HSV(B) 12.39º 0.91% 0.4% -
XYZ 5.83 3.62 0.65 -
YUV 47.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 101 28 9 0 0.72 0.91 0.60 12.39 0.84 0.22
Hex 65 1C 9 0 48 5B 3C C 54 16
Octal 145 34 11 0 110 133 74 14 124 26
Binary 1100101 11100 1001 0 1001000 1011011 111100 1100 1010100 10110

Color Harmonies of #651C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C09

Black with #651C09

Text Example


Text Example

White with #651C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #651C09;
 }
 .AnyTagClassName
 {
   color: #651C09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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