Html Css Color HEX #611E13 Red Oxide

📋 copy color: '#611E13'

red 97 ◦ green 30 ◦ blue 19

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

Shades of Red Oxide #611E13

Tints of Red Oxide #611E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.55%

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

R = 66.44%
G = 20.55%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#611E13 (or 0x611E13) is known color: Red Oxide. HEX triplet: 61, 1E and 13. RGB value is (97,30,19). Sum of RGB (Red+Green+Blue) = 97+30+19=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #611E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E13 is #9EE1EC. Grayscale: #303030. Windows color (decimal): -10412525 or 1252961. OLE color: 1252961.

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

Color convert

RGB 97 30 19 -
CMYK 0 0.69 0.80 0.62
HSL 8.46º 0.67% 0.23% -
HSV(B) 8.46º 0.8% 0.38% -
XYZ 5.51 3.52 1 -
YUV 48.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 97 30 19 0 0.69 0.80 0.62 8.46 0.67 0.23
Hex 61 1E 13 0 45 50 3E 8 43 17
Octal 141 36 23 0 105 120 76 10 103 27
Binary 1100001 11110 10011 0 1000101 1010000 111110 1000 1000011 10111

Color Harmonies of #611E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E13

Black with #611E13

Text Example


Text Example

White with #611E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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