Html Css Color HEX #653133 Jazz

📋 copy color: '#653133'

red 101 ◦ green 49 ◦ blue 51

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

Shades of Jazz #653133

Tints of Jazz #653133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.38%

 BLUE value IS 51 (20.31% from 255) = 25.37%

R = 50.25%
G = 24.38%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#653133 (or 0x653133) is known color: Jazz. HEX triplet: 65, 31 and 33. RGB value is (101,49,51). Sum of RGB (Red+Green+Blue) = 101+49+51=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #653133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653133 is #9ACECC. Grayscale: #404040. Windows color (decimal): -10145485 or 3354981. OLE color: 3354981.

HSL color Cylindrical-coordinate representation of color #653133: hue angle of 357.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653133 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 49 51 -
CMYK 0 0.51 0.50 0.60
HSL 357.69º 0.35% 0.29% -
HSV(B) 357.69º 0.51% 0.4% -
XYZ 7.06 5.2 3.76 -
YUV 64.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 101 49 51 0 0.51 0.50 0.60 357.69 0.35 0.29
Hex 65 31 33 0 33 32 3C 166 23 1D
Octal 145 61 63 0 63 62 74 546 43 35
Binary 1100101 110001 110011 0 110011 110010 111100 101100110 100011 11101

Color Harmonies of #653133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653133

Black with #653133

Text Example


Text Example

White with #653133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653133; }

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

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

background-color css

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

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

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

border-color css

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

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

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