Html Css Color HEX #552741 Barossa

📋 copy color: '#552741'

red 85 ◦ green 39 ◦ blue 65

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

Shades of Barossa #552741

Tints of Barossa #552741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 44.97%
G = 20.63%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#552741 (or 0x552741) is known color: Barossa. HEX triplet: 55, 27 and 41. RGB value is (85,39,65). Sum of RGB (Red+Green+Blue) = 85+39+65=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552741 is #AAD8BE. Grayscale: #373737. Windows color (decimal): -11196607 or 4269909. OLE color: 4269909.

HSL color Cylindrical-coordinate representation of color #552741: hue angle of 326.09º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #552741 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 39 65 -
CMYK 0 0.54 0.24 0.67
HSL 326.09º 0.37% 0.24% -
HSV(B) 326.09º 0.54% 0.33% -
XYZ 5.43 3.76 5.44 -
YUV 55.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 85 39 65 0 0.54 0.24 0.67 326.09 0.37 0.24
Hex 55 27 41 0 36 18 43 146 25 18
Octal 125 47 101 0 66 30 103 506 45 30
Binary 1010101 100111 1000001 0 110110 11000 1000011 101000110 100101 11000

Color Harmonies of #552741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552741

Black with #552741

Text Example


Text Example

White with #552741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552741; }

 p { color: rgb(85,39,65); }

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

background-color css

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

 a { background-color: rgb(85,39,65); }

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

border-color css

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

 span { border-color: rgb(85,39,65); }

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