Html Css Color HEX #652A31 Jazz

📋 copy color: '#652A31'

red 101 ◦ green 42 ◦ blue 49

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

Shades of Jazz #652A31

Tints of Jazz #652A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.88%

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

R = 52.6%
G = 21.88%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#652A31 (or 0x652A31) is known color: Jazz. HEX triplet: 65, 2A and 31. RGB value is (101,42,49). Sum of RGB (Red+Green+Blue) = 101+42+49=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #652A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652A31 is #9AD5CE. Grayscale: #3C3C3C. Windows color (decimal): -10147279 or 3222117. OLE color: 3222117.

HSL color Cylindrical-coordinate representation of color #652A31: hue angle of 352.88º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #652A31 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 42 49 -
CMYK 0 0.58 0.51 0.60
HSL 352.88º 0.41% 0.28% -
HSV(B) 352.88º 0.58% 0.4% -
XYZ 6.75 4.64 3.45 -
YUV 60.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 101 42 49 0 0.58 0.51 0.60 352.88 0.41 0.28
Hex 65 2A 31 0 3A 33 3C 161 29 1C
Octal 145 52 61 0 72 63 74 541 51 34
Binary 1100101 101010 110001 0 111010 110011 111100 101100001 101001 11100

Color Harmonies of #652A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652A31

Black with #652A31

Text Example


Text Example

White with #652A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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