#612525

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

Shades of Red Oxide #612525

Tints of Red Oxide #612525

Color information

#612525 (or 0x612525) is unknown color: approx Red Oxide. HEX triplet: 61, 25 and 25. RGB value is (97,37,37). Sum of RGB (Red+Green+Blue) = 97+37+37=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #612525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612525 is #9EDADA. Grayscale: #363636. Windows color (decimal): -10410715 or 2434401. OLE color: 2434401.

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

Color convert

RGB973737-
CMYK00.620.620.62
HSL44.78%26.27%-
HSV(B)61.86%38.04%-
XYZ5.9342.21-
YUV54.94117.88158-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=56.73%
G=21.64%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97373700.620.620.62044.7826.27
Hex61252503E3E3E02d1a
Octal1414545076767605532
Binary11000011001011001010111110111110111110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612525; }

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

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

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

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

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

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

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

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