Html Css Color HEX #652033 Claret

📋 copy color: '#652033'

red 101 ◦ green 32 ◦ blue 51

#652033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #652033

Tints of Claret #652033

RGB

 RED value IS 101 (39.84% from 255) = 54.89%

 GREEN value IS 32 (12.89% from 255) = 17.39%

 BLUE value IS 51 (20.31% from 255) = 27.72%

R = 54.89%
G = 17.39%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#652033 (or 0x652033) is known color: Claret. HEX triplet: 65, 20 and 33. RGB value is (101,32,51). Sum of RGB (Red+Green+Blue) = 101+32+51=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #652033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652033 is #9ADFCC. Grayscale: #363636. Windows color (decimal): -10149837 or 3350629. OLE color: 3350629.

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

Color convert

RGB 101 32 51 -
CMYK 0 0.68 0.50 0.60
HSL 343.48º 0.52% 0.26% -
HSV(B) 343.48º 0.68% 0.4% -
XYZ 6.48 4.04 3.57 -
YUV 54.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 101 32 51 0 0.68 0.50 0.60 343.48 0.52 0.26
Hex 65 20 33 0 44 32 3C 157 34 1A
Octal 145 40 63 0 104 62 74 527 64 32
Binary 1100101 100000 110011 0 1000100 110010 111100 101010111 110100 11010

Color Harmonies of #652033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652033

Black with #652033

Text Example


Text Example

White with #652033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652033; }

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

 H1.HeaderClassName
 {
   color: #652033;
 }
 .AnyTagClassName
 {
   color: #652033;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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