Html Css Color HEX #611F12 Red Oxide

📋 copy color: '#611F12'

red 97 ◦ green 31 ◦ blue 18

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

Shades of Red Oxide #611F12

Tints of Red Oxide #611F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

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

R = 66.44%
G = 21.23%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#611F12 (or 0x611F12) is known color: Red Oxide. HEX triplet: 61, 1F and 12. RGB value is (97,31,18). Sum of RGB (Red+Green+Blue) = 97+31+18=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #611F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F12 is #9EE0ED. Grayscale: #313131. Windows color (decimal): -10412270 or 1187681. OLE color: 1187681.

HSL color Cylindrical-coordinate representation of color #611F12: hue angle of 9.87º 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 #611F12 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 18 -
CMYK 0 0.68 0.81 0.62
HSL 9.87º 0.69% 0.23% -
HSV(B) 9.87º 0.81% 0.38% -
XYZ 5.53 3.57 0.97 -
YUV 49.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 97 31 18 0 0.68 0.81 0.62 9.87 0.69 0.23
Hex 61 1F 12 0 44 51 3E A 45 17
Octal 141 37 22 0 104 121 76 12 105 27
Binary 1100001 11111 10010 0 1000100 1010001 111110 1010 1000101 10111

Color Harmonies of #611F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F12

Black with #611F12

Text Example


Text Example

White with #611F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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