Html Css Color HEX #611508 Red Oxide

📋 copy color: '#611508'

red 97 ◦ green 21 ◦ blue 8

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

Shades of Red Oxide #611508

Tints of Red Oxide #611508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

 BLUE value IS 8 (3.52% from 255) = 6.35%

R = 76.98%
G = 16.67%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#611508 (or 0x611508) is known color: Red Oxide. HEX triplet: 61, 15 and 08. RGB value is (97,21,8). Sum of RGB (Red+Green+Blue) = 97+21+8=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #611508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611508 is #9EEAF7. Grayscale: #2A2A2A. Windows color (decimal): -10414840 or 529761. OLE color: 529761.

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

Color convert

RGB 97 21 8 -
CMYK 0 0.78 0.92 0.62
HSL 8.76º 0.85% 0.21% -
HSV(B) 8.76º 0.92% 0.38% -
XYZ 5.24 3.1 0.55 -
YUV 42.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 97 21 8 0 0.78 0.92 0.62 8.76 0.85 0.21
Hex 61 15 8 0 4E 5C 3E 9 55 15
Octal 141 25 10 0 116 134 76 11 125 25
Binary 1100001 10101 1000 0 1001110 1011100 111110 1001 1010101 10101

Color Harmonies of #611508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611508

Black with #611508

Text Example


Text Example

White with #611508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611508; }

 p { color: rgb(97,21,8); }

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

background-color css

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

 a { background-color: rgb(97,21,8); }

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

border-color css

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

 span { border-color: rgb(97,21,8); }

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