#612726

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

Shades of Red Oxide #612726

Tints of Red Oxide #612726

Color information

#612726 (or 0x612726) is unknown color: approx Red Oxide. HEX triplet: 61, 27 and 26. RGB value is (97,39,38). Sum of RGB (Red+Green+Blue) = 97+39+38=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #612726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612726 is #9ED8D9. Grayscale: #383838. Windows color (decimal): -10410202 or 2500449. OLE color: 2500449.

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

Color convert

RGB973938-
CMYK00.600.610.62
HSL1.02º43.7%26.47%-
HSV(B)1.02º60.82%38.04%-
XYZ6.014.132.31-
YUV56.23117.72157.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=55.75%
G=22.41%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97393800.600.610.621.0243.726.47
Hex61272603C3D3E12c1a
Octal1414746074757615432
Binary11000011001111001100111100111101111110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612726; }

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

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

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

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

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

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

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

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