#612727

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

Shades of Red Oxide #612727

Tints of Red Oxide #612727

Color information

#612727 (or 0x612727) is unknown color: approx Red Oxide. HEX triplet: 61, 27 and 27. RGB value is (97,39,39). Sum of RGB (Red+Green+Blue) = 97+39+39=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #612727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612727 is #9ED8D8. Grayscale: #383838. Windows color (decimal): -10410201 or 2565985. OLE color: 2565985.

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

Color convert

RGB973939-
CMYK00.600.600.62
HSL42.65%26.67%-
HSV(B)59.79%38.04%-
XYZ6.024.142.4-
YUV56.34118.22157-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=55.43%
G=22.29%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97393900.600.600.62042.6526.67
Hex61272703C3C3E02b1b
Octal1414747074747605333
Binary11000011001111001110111100111100111110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612727; }

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

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

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

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

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

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

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

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