Html Css Color HEX #553134 Jazz

📋 copy color: '#553134'

red 85 ◦ green 49 ◦ blue 52

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

Shades of Jazz #553134

Tints of Jazz #553134

RGB

 RED value IS 85 (33.59% from 255) = 45.7%

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

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

R = 45.7%
G = 26.34%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#553134 (or 0x553134) is known color: Jazz. HEX triplet: 55, 31 and 34. RGB value is (85,49,52). Sum of RGB (Red+Green+Blue) = 85+49+52=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #553134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553134 is #AACECB. Grayscale: #3C3C3C. Windows color (decimal): -11194060 or 3420501. OLE color: 3420501.

HSL color Cylindrical-coordinate representation of color #553134: hue angle of 355º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553134 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 49 52 -
CMYK 0 0.42 0.39 0.67
HSL 355º 0.27% 0.26% -
HSV(B) 355º 0.42% 0.33% -
XYZ 5.46 4.38 3.81 -
YUV 60.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 85 49 52 0 0.42 0.39 0.67 355 0.27 0.26
Hex 55 31 34 0 2A 27 43 163 1B 1A
Octal 125 61 64 0 52 47 103 543 33 32
Binary 1010101 110001 110100 0 101010 100111 1000011 101100011 11011 11010

Color Harmonies of #553134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553134

Black with #553134

Text Example


Text Example

White with #553134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553134; }

 p { color: rgb(85,49,52); }

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

background-color css

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

 a { background-color: rgb(85,49,52); }

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

border-color css

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

 span { border-color: rgb(85,49,52); }

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