Html Css Color HEX #553334 Jazz

📋 copy color: '#553334'

red 85 ◦ green 51 ◦ blue 52

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

Shades of Jazz #553334

Tints of Jazz #553334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 45.21%
G = 27.13%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#553334 (or 0x553334) is known color: Jazz. HEX triplet: 55, 33 and 34. RGB value is (85,51,52). Sum of RGB (Red+Green+Blue) = 85+51+52=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553334 is #AACCCB. Grayscale: #3D3D3D. Windows color (decimal): -11193548 or 3421013. OLE color: 3421013.

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

Color convert

RGB 85 51 52 -
CMYK 0 0.40 0.39 0.67
HSL 358.24º 0.25% 0.27% -
HSV(B) 358.24º 0.4% 0.33% -
XYZ 5.55 4.55 3.83 -
YUV 61.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 85 51 52 0 0.40 0.39 0.67 358.24 0.25 0.27
Hex 55 33 34 0 28 27 43 166 19 1B
Octal 125 63 64 0 50 47 103 546 31 33
Binary 1010101 110011 110100 0 101000 100111 1000011 101100110 11001 11011

Color Harmonies of #553334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553334

Black with #553334

Text Example


Text Example

White with #553334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553334; }

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

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

background-color css

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

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

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

border-color css

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

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

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