#652031

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

Shades of Claret #652031

Tints of Claret #652031

Color information

#652031 (or 0x652031) is unknown color: approx Claret. HEX triplet: 65, 20 and 31. RGB value is (101,32,49). Sum of RGB (Red+Green+Blue) = 101+32+49=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #652031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652031 is #9ADFCE. Grayscale: #363636. Windows color (decimal): -10149839 or 3219557. OLE color: 3219557.

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

Color convert

RGB1013249-
CMYK00.680.510.60
HSL345.22º51.88%26.08%-
HSV(B)345.22º68.32%39.61%-
XYZ6.444.023.34-
YUV54.57124.86161.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=55.49%
G=17.58%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101324900.680.510.60345.2251.8826.08
Hex652031044333C159341a
Octal1454061010463745316432
Binary11001011000001100010100010011001111110010101100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652031; }

 p { color: rgb(101,32,49); }

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

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

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

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

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

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

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