#611B05

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

Shades of Red Oxide #611B05

Tints of Red Oxide #611B05

Color information

#611B05 (or 0x611B05) is unknown color: approx Red Oxide. HEX triplet: 61, 1B and 05. RGB value is (97,27,5). Sum of RGB (Red+Green+Blue) = 97+27+5=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #611B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B05 is #9EE4FA. Grayscale: #2D2D2D. Windows color (decimal): -10413307 or 334689. OLE color: 334689.

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

Color convert

RGB97275-
CMYK00.720.950.62
HSL14.35º90.2%20%-
HSV(B)14.35º94.85%38.04%-
XYZ5.353.340.51-
YUV45.42105.19164.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.19%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=75.19%
G=20.93%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9727500.720.950.6214.3590.220
Hex611B50485F3Ee5a14
Octal1413350110137761613224
Binary1100001110111010100100010111111111101110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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