#652232

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

Shades of Claret #652232

Tints of Claret #652232

Color information

#652232 (or 0x652232) is unknown color: approx Claret. HEX triplet: 65, 22 and 32. RGB value is (101,34,50). Sum of RGB (Red+Green+Blue) = 101+34+50=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #652232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652232 is #9ADDCD. Grayscale: #373737. Windows color (decimal): -10149326 or 3285605. OLE color: 3285605.

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

Color convert

RGB1013450-
CMYK00.660.500.60
HSL345.67º49.63%26.47%-
HSV(B)345.67º66.34%39.61%-
XYZ6.514.143.47-
YUV55.86124.7160.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=54.59%
G=18.38%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101345000.660.500.60345.6749.6326.47
Hex652232042323C15a321a
Octal1454262010262745326232
Binary11001011000101100100100001011001011110010101101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652232; }

 p { color: rgb(101,34,50); }

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

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

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

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

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

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

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