Html Css Color HEX #652334 Claret

📋 copy color: '#652334'

red 101 ◦ green 35 ◦ blue 52

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

Shades of Claret #652334

Tints of Claret #652334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 53.72%
G = 18.62%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#652334 (or 0x652334) is known color: Claret. HEX triplet: 65, 23 and 34. RGB value is (101,35,52). Sum of RGB (Red+Green+Blue) = 101+35+52=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #652334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652334 is #9ADCCB. Grayscale: #383838. Windows color (decimal): -10149068 or 3416933. OLE color: 3416933.

HSL color Cylindrical-coordinate representation of color #652334: hue angle of 344.55º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652334 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 35 52 -
CMYK 0 0.65 0.49 0.60
HSL 344.55º 0.49% 0.27% -
HSV(B) 344.55º 0.65% 0.4% -
XYZ 6.59 4.22 3.72 -
YUV 56.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 101 35 52 0 0.65 0.49 0.60 344.55 0.49 0.27
Hex 65 23 34 0 41 31 3C 159 31 1B
Octal 145 43 64 0 101 61 74 531 61 33
Binary 1100101 100011 110100 0 1000001 110001 111100 101011001 110001 11011

Color Harmonies of #652334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652334

Black with #652334

Text Example


Text Example

White with #652334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652334; }

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

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

background-color css

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

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

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

border-color css

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

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

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