#612625

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

Shades of Red Oxide #612625

Tints of Red Oxide #612625

Color information

#612625 (or 0x612625) is unknown color: approx Red Oxide. HEX triplet: 61, 26 and 25. RGB value is (97,38,37). Sum of RGB (Red+Green+Blue) = 97+38+37=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #612625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612625 is #9ED9DA. Grayscale: #373737. Windows color (decimal): -10410459 or 2434657. OLE color: 2434657.

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

Color convert

RGB973837-
CMYK00.610.620.62
HSL44.78%26.27%-
HSV(B)61.86%38.04%-
XYZ5.964.062.22-
YUV55.53117.55157.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=56.40%
G=22.09%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97383700.610.620.62144.7826.27
Hex61262503D3E3E12d1a
Octal1414645075767615532
Binary11000011001101001010111101111110111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612625; }

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

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

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

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

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

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

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

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