#612523

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

Shades of Red Oxide #612523

Tints of Red Oxide #612523

Color information

#612523 (or 0x612523) is unknown color: approx Red Oxide. HEX triplet: 61, 25 and 23. RGB value is (97,37,35). Sum of RGB (Red+Green+Blue) = 97+37+35=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612523 is #9EDADC. Grayscale: #363636. Windows color (decimal): -10410717 or 2303329. OLE color: 2303329.

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

Color convert

RGB973735-
CMYK00.620.640.62
HSL1.94º46.97%25.88%-
HSV(B)1.94º63.92%38.04%-
XYZ5.893.992.05-
YUV54.71116.88158.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 35 (14.06% from 255) = 20.71%
R=57.40%
G=21.89%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97373500.620.640.621.9446.9725.88
Hex61252303E403E22f1a
Octal14145430761007625732
Binary1100001100101100011011111010000001111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612523; }

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

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

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

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

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

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

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

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