Html Css Color HEX #611409 Red Oxide

📋 copy color: '#611409'

red 97 ◦ green 20 ◦ blue 9

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

Shades of Red Oxide #611409

Tints of Red Oxide #611409

RGB

 RED value IS 97 (38.28% from 255) = 76.98%

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 76.98%
G = 15.87%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#611409 (or 0x611409) is known color: Red Oxide. HEX triplet: 61, 14 and 09. RGB value is (97,20,9). Sum of RGB (Red+Green+Blue) = 97+20+9=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #611409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611409 is #9EEBF6. Grayscale: #292929. Windows color (decimal): -10415095 or 595041. OLE color: 595041.

HSL color Cylindrical-coordinate representation of color #611409: hue angle of 7.5º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #611409 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 20 9 -
CMYK 0 0.79 0.91 0.62
HSL 7.5º 0.83% 0.21% -
HSV(B) 7.5º 0.91% 0.38% -
XYZ 5.23 3.06 0.57 -
YUV 41.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 97 20 9 0 0.79 0.91 0.62 7.5 0.83 0.21
Hex 61 14 9 0 4F 5B 3E 8 53 15
Octal 141 24 11 0 117 133 76 10 123 25
Binary 1100001 10100 1001 0 1001111 1011011 111110 1000 1010011 10101

Color Harmonies of #611409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611409

Black with #611409

Text Example


Text Example

White with #611409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611409; }

 p { color: rgb(97,20,9); }

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

background-color css

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

 a { background-color: rgb(97,20,9); }

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

border-color css

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

 span { border-color: rgb(97,20,9); }

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