Html Css Color HEX #611512 Red Oxide

📋 copy color: '#611512'

red 97 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #611512

Tints of Red Oxide #611512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 71.32%
G = 15.44%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#611512 (or 0x611512) is known color: Red Oxide. HEX triplet: 61, 15 and 12. RGB value is (97,21,18). Sum of RGB (Red+Green+Blue) = 97+21+18=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #611512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611512 is #9EEAED. Grayscale: #2B2B2B. Windows color (decimal): -10414830 or 1185121. OLE color: 1185121.

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

Color convert

RGB 97 21 18 -
CMYK 0 0.78 0.81 0.62
HSL 2.28º 0.69% 0.23% -
HSV(B) 2.28º 0.81% 0.38% -
XYZ 5.31 3.12 0.9 -
YUV 43.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 97 21 18 0 0.78 0.81 0.62 2.28 0.69 0.23
Hex 61 15 12 0 4E 51 3E 2 45 17
Octal 141 25 22 0 116 121 76 2 105 27
Binary 1100001 10101 10010 0 1001110 1010001 111110 10 1000101 10111

Color Harmonies of #611512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611512

Black with #611512

Text Example


Text Example

White with #611512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611512; }

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

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

background-color css

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

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

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

border-color css

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

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

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