#611B04

Color #611B04 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #611B04

Tints of Red Oxide #611B04

Color information

#611B04 (or 0x611B04) is unknown color: approx Red Oxide. HEX triplet: 61, 1B and 04. RGB value is (97,27,4). Sum of RGB (Red+Green+Blue) = 97+27+4=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #611B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B04 is #9EE4FB. Grayscale: #2D2D2D. Windows color (decimal): -10413308 or 269153. OLE color: 269153.

HSL color Cylindrical-coordinate representation of color #611B04: hue angle of 14.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #611B04 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB97274-
CMYK00.720.960.62
HSL14.84º92.08%19.8%-
HSV(B)14.84º95.88%38.04%-
XYZ5.343.330.48-
YUV45.31104.69164.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.78%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=75.78%
G=21.09%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9727400.720.960.6214.8492.0819.8
Hex611B4048603Ef5c14
Octal1413340110140761713424
Binary1100001110111000100100011000001111101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,27,4); }

 H1.HeaderClassName
 {
   color: #611B04;
 }
 .AnyTagClassName
 {
   color: #611B04;
 }
</style>
background-color css

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

 a { background-color: rgb(97,27,4); }

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

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

 span { border-color: rgb(97,27,4); }

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