Html Css Color HEX #611F19 Red Oxide

📋 copy color: '#611F19'

red 97 ◦ green 31 ◦ blue 25

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

Shades of Red Oxide #611F19

Tints of Red Oxide #611F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 63.4%
G = 20.26%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#611F19 (or 0x611F19) is known color: Red Oxide. HEX triplet: 61, 1F and 19. RGB value is (97,31,25). Sum of RGB (Red+Green+Blue) = 97+31+25=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #611F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F19 is #9EE0E6. Grayscale: #323232. Windows color (decimal): -10412263 or 1646433. OLE color: 1646433.

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

Color convert

RGB 97 31 25 -
CMYK 0 0.68 0.74 0.62
HSL 0.59% 0.24% -
HSV(B) 0.74% 0.38% -
XYZ 5.6 3.59 1.32 -
YUV 50.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 97 31 25 0 0.68 0.74 0.62 5 0.59 0.24
Hex 61 1F 19 0 44 4A 3E 5 3B 18
Octal 141 37 31 0 104 112 76 5 73 30
Binary 1100001 11111 11001 0 1000100 1001010 111110 101 111011 11000

Color Harmonies of #611F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F19

Black with #611F19

Text Example


Text Example

White with #611F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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