#652727

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

Shades of Red Oxide #652727

Tints of Red Oxide #652727

Color information

#652727 (or 0x652727) is unknown color: approx Red Oxide. HEX triplet: 65, 27 and 27. RGB value is (101,39,39). Sum of RGB (Red+Green+Blue) = 101+39+39=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #652727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652727 is #9AD8D8. Grayscale: #393939. Windows color (decimal): -10148057 or 2565989. OLE color: 2565989.

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

Color convert

RGB1013939-
CMYK00.610.610.60
HSL44.29%27.45%-
HSV(B)61.39%39.61%-
XYZ6.464.362.42-
YUV57.54117.54159-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.42%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 39 (15.62% from 255) = 21.79%
R=56.42%
G=21.79%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101393900.610.610.60044.2927.45
Hex65272703D3D3C02c1b
Octal1454747075757405433
Binary11001011001111001110111101111101111100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652727; }

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

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

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

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

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

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

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

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