Html Css Color HEX #652131 Claret

📋 copy color: '#652131'

red 101 ◦ green 33 ◦ blue 49

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

Shades of Claret #652131

Tints of Claret #652131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

 BLUE value IS 49 (19.53% from 255) = 26.78%

R = 55.19%
G = 18.03%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#652131 (or 0x652131) is known color: Claret. HEX triplet: 65, 21 and 31. RGB value is (101,33,49). Sum of RGB (Red+Green+Blue) = 101+33+49=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #652131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652131 is #9ADECE. Grayscale: #373737. Windows color (decimal): -10149583 or 3219813. OLE color: 3219813.

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

Color convert

RGB 101 33 49 -
CMYK 0 0.67 0.51 0.60
HSL 345.88º 0.51% 0.26% -
HSV(B) 345.88º 0.67% 0.4% -
XYZ 6.47 4.08 3.35 -
YUV 55.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 101 33 49 0 0.67 0.51 0.60 345.88 0.51 0.26
Hex 65 21 31 0 43 33 3C 15A 33 1A
Octal 145 41 61 0 103 63 74 532 63 32
Binary 1100101 100001 110001 0 1000011 110011 111100 101011010 110011 11010

Color Harmonies of #652131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652131

Black with #652131

Text Example


Text Example

White with #652131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652131; }

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

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

background-color css

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

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

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

border-color css

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

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

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