#612323

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

Shades of Red Oxide #612323

Tints of Red Oxide #612323

Color information

#612323 (or 0x612323) is unknown color: approx Red Oxide. HEX triplet: 61, 23 and 23. RGB value is (97,35,35). Sum of RGB (Red+Green+Blue) = 97+35+35=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612323 is #9EDCDC. Grayscale: #353535. Windows color (decimal): -10411229 or 2302817. OLE color: 2302817.

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

Color convert

RGB973535-
CMYK00.640.640.62
HSL46.97%25.88%-
HSV(B)63.92%38.04%-
XYZ5.833.862.03-
YUV53.54117.54159-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=58.08%
G=20.96%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97353500.640.640.62046.9725.88
Hex612323040403E02f1a
Octal141434301001007605732
Binary1100001100011100011010000001000000111110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612323; }

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

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

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

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

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

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

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

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