Html Css Color HEX #611F13 Red Oxide

📋 copy color: '#611F13'

red 97 ◦ green 31 ◦ blue 19

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

Shades of Red Oxide #611F13

Tints of Red Oxide #611F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 65.99%
G = 21.09%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#611F13 (or 0x611F13) is known color: Red Oxide. HEX triplet: 61, 1F and 13. RGB value is (97,31,19). Sum of RGB (Red+Green+Blue) = 97+31+19=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #611F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F13 is #9EE0EC. Grayscale: #313131. Windows color (decimal): -10412269 or 1253217. OLE color: 1253217.

HSL color Cylindrical-coordinate representation of color #611F13: hue angle of 9.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611F13 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 19 -
CMYK 0 0.68 0.80 0.62
HSL 9.23º 0.67% 0.23% -
HSV(B) 9.23º 0.8% 0.38% -
XYZ 5.54 3.57 1.01 -
YUV 49.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 97 31 19 0 0.68 0.80 0.62 9.23 0.67 0.23
Hex 61 1F 13 0 44 50 3E 9 43 17
Octal 141 37 23 0 104 120 76 11 103 27
Binary 1100001 11111 10011 0 1000100 1010000 111110 1001 1000011 10111

Color Harmonies of #611F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F13

Black with #611F13

Text Example


Text Example

White with #611F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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