#612521

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

Shades of Red Oxide #612521

Tints of Red Oxide #612521

Color information

#612521 (or 0x612521) is unknown color: approx Red Oxide. HEX triplet: 61, 25 and 21. RGB value is (97,37,33). Sum of RGB (Red+Green+Blue) = 97+37+33=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612521 is #9EDADE. Grayscale: #363636. Windows color (decimal): -10410719 or 2172257. OLE color: 2172257.

HSL color Cylindrical-coordinate representation of color #612521: hue angle of 3.75º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612521 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB973733-
CMYK00.620.660.62
HSL3.75º49.23%25.49%-
HSV(B)3.75º65.98%38.04%-
XYZ5.873.971.9-
YUV54.48115.88158.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 33 (13.28% from 255) = 19.76%
R=58.08%
G=22.16%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97373300.620.660.623.7549.2325.49
Hex61252103E423E43119
Octal14145410761027646131
Binary11000011001011000010111110100001011111010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612521; }

 p { color: rgb(97,37,33); }

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

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

 a { background-color: rgb(97,37,33); }

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

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

 span { border-color: rgb(97,37,33); }

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