#652234

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

Shades of Claret #652234

Tints of Claret #652234

Color information

#652234 (or 0x652234) is unknown color: approx Claret. HEX triplet: 65, 22 and 34. RGB value is (101,34,52). Sum of RGB (Red+Green+Blue) = 101+34+52=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #652234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652234 is #9ADDCB. Grayscale: #383838. Windows color (decimal): -10149324 or 3416677. OLE color: 3416677.

HSL color Cylindrical-coordinate representation of color #652234: hue angle of 343.88º 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 #652234 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB1013452-
CMYK00.660.490.60
HSL343.88º49.63%26.47%-
HSV(B)343.88º66.34%39.61%-
XYZ6.564.163.71-
YUV56.08125.7160.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.01%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=54.01%
G=18.18%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101345200.660.490.60343.8849.6326.47
Hex652234042313C158321a
Octal1454264010261745306232
Binary11001011000101101000100001011000111110010101100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652234; }

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

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

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

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

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

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

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

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