Html Css Color HEX #611F11 Red Oxide

📋 copy color: '#611F11'

red 97 ◦ green 31 ◦ blue 17

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

Shades of Red Oxide #611F11

Tints of Red Oxide #611F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.72%

R = 66.9%
G = 21.38%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#611F11 (or 0x611F11) is known color: Red Oxide. HEX triplet: 61, 1F and 11. RGB value is (97,31,17). Sum of RGB (Red+Green+Blue) = 97+31+17=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F11 is #9EE0EE. Grayscale: #313131. Windows color (decimal): -10412271 or 1122145. OLE color: 1122145.

HSL color Cylindrical-coordinate representation of color #611F11: hue angle of 10.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611F11 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 17 -
CMYK 0 0.68 0.82 0.62
HSL 10.5º 0.7% 0.22% -
HSV(B) 10.5º 0.82% 0.38% -
XYZ 5.52 3.56 0.93 -
YUV 49.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 97 31 17 0 0.68 0.82 0.62 10.5 0.7 0.22
Hex 61 1F 11 0 44 52 3E A 46 16
Octal 141 37 21 0 104 122 76 12 106 26
Binary 1100001 11111 10001 0 1000100 1010010 111110 1010 1000110 10110

Color Harmonies of #611F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F11

Black with #611F11

Text Example


Text Example

White with #611F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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