Html Css Color HEX #611A0C Red Oxide

📋 copy color: '#611A0C'

red 97 ◦ green 26 ◦ blue 12

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

Shades of Red Oxide #611A0C

Tints of Red Oxide #611A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.26%

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 71.85%
G = 19.26%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#611A0C (or 0x611A0C) is known color: Red Oxide. HEX triplet: 61, 1A and 0C. RGB value is (97,26,12). Sum of RGB (Red+Green+Blue) = 97+26+12=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A0C is #9EE5F3. Grayscale: #2D2D2D. Windows color (decimal): -10413556 or 793185. OLE color: 793185.

HSL color Cylindrical-coordinate representation of color #611A0C: hue angle of 9.88º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611A0C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 26 12 -
CMYK 0 0.73 0.88 0.62
HSL 9.88º 0.78% 0.21% -
HSV(B) 9.88º 0.88% 0.38% -
XYZ 5.37 3.31 0.7 -
YUV 45.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 97 26 12 0 0.73 0.88 0.62 9.88 0.78 0.21
Hex 61 1A C 0 49 58 3E A 4E 15
Octal 141 32 14 0 111 130 76 12 116 25
Binary 1100001 11010 1100 0 1001001 1011000 111110 1010 1001110 10101

Color Harmonies of #611A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A0C

Black with #611A0C

Text Example


Text Example

White with #611A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611A0C; }

 p { color: rgb(97,26,12); }

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

background-color css

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

 a { background-color: rgb(97,26,12); }

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

border-color css

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

 span { border-color: rgb(97,26,12); }

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