Html Css Color HEX #653238 Jazz

📋 copy color: '#653238'

red 101 ◦ green 50 ◦ blue 56

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

Shades of Jazz #653238

Tints of Jazz #653238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

 BLUE value IS 56 (22.27% from 255) = 27.05%

R = 48.79%
G = 24.15%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.60

RGB Variations

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

Color information

#653238 (or 0x653238) is known color: Jazz. HEX triplet: 65, 32 and 38. RGB value is (101,50,56). Sum of RGB (Red+Green+Blue) = 101+50+56=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #653238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653238 is #9ACDC7. Grayscale: #414141. Windows color (decimal): -10145224 or 3682917. OLE color: 3682917.

HSL color Cylindrical-coordinate representation of color #653238: hue angle of 352.94º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653238 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 50 56 -
CMYK 0 0.50 0.45 0.60
HSL 352.94º 0.34% 0.3% -
HSV(B) 352.94º 0.5% 0.4% -
XYZ 7.22 5.33 4.39 -
YUV 65.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 101 50 56 0 0.50 0.45 0.60 352.94 0.34 0.3
Hex 65 32 38 0 32 2D 3C 161 22 1E
Octal 145 62 70 0 62 55 74 541 42 36
Binary 1100101 110010 111000 0 110010 101101 111100 101100001 100010 11110

Color Harmonies of #653238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653238

Black with #653238

Text Example


Text Example

White with #653238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653238; }

 p { color: rgb(101,50,56); }

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

background-color css

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

 a { background-color: rgb(101,50,56); }

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

border-color css

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

 span { border-color: rgb(101,50,56); }

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