Html Css Color HEX #652534 Claret

📋 copy color: '#652534'

red 101 ◦ green 37 ◦ blue 52

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

Shades of Claret #652534

Tints of Claret #652534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.47%

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

R = 53.16%
G = 19.47%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#652534 (or 0x652534) is known color: Claret. HEX triplet: 65, 25 and 34. RGB value is (101,37,52). Sum of RGB (Red+Green+Blue) = 101+37+52=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #652534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652534 is #9ADACB. Grayscale: #393939. Windows color (decimal): -10148556 or 3417445. OLE color: 3417445.

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

Color convert

RGB 101 37 52 -
CMYK 0 0.63 0.49 0.60
HSL 345.94º 0.46% 0.27% -
HSV(B) 345.94º 0.63% 0.4% -
XYZ 6.65 4.34 3.74 -
YUV 57.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 101 37 52 0 0.63 0.49 0.60 345.94 0.46 0.27
Hex 65 25 34 0 3F 31 3C 15A 2E 1B
Octal 145 45 64 0 77 61 74 532 56 33
Binary 1100101 100101 110100 0 111111 110001 111100 101011010 101110 11011

Color Harmonies of #652534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652534

Black with #652534

Text Example


Text Example

White with #652534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652534; }

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

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

background-color css

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

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

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

border-color css

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

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

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