#652133

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

Shades of Claret #652133

Tints of Claret #652133

Color information

#652133 (or 0x652133) is unknown color: approx Claret. HEX triplet: 65, 21 and 33. RGB value is (101,33,51). Sum of RGB (Red+Green+Blue) = 101+33+51=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #652133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652133 is #9ADECC. Grayscale: #373737. Windows color (decimal): -10149581 or 3350885. OLE color: 3350885.

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

Color convert

RGB1013351-
CMYK00.670.500.60
HSL344.12º50.75%26.27%-
HSV(B)344.12º67.33%39.61%-
XYZ6.514.093.58-
YUV55.38125.53160.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=54.59%
G=17.84%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101335100.670.500.60344.1250.7526.27
Hex652133043323C158331a
Octal1454163010362745306332
Binary11001011000011100110100001111001011110010101100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652133; }

 p { color: rgb(101,33,51); }

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

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

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

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

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

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

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