Html Css Color HEX #552541 Barossa

📋 copy color: '#552541'

red 85 ◦ green 37 ◦ blue 65

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

Shades of Barossa #552541

Tints of Barossa #552541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 45.45%
G = 19.79%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#552541 (or 0x552541) is known color: Barossa. HEX triplet: 55, 25 and 41. RGB value is (85,37,65). Sum of RGB (Red+Green+Blue) = 85+37+65=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #552541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552541 is #AADABE. Grayscale: #363636. Windows color (decimal): -11197119 or 4269397. OLE color: 4269397.

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

Color convert

RGB 85 37 65 -
CMYK 0 0.56 0.24 0.67
HSL 325º 0.39% 0.24% -
HSV(B) 325º 0.56% 0.33% -
XYZ 5.36 3.64 5.42 -
YUV 54.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 85 37 65 0 0.56 0.24 0.67 325 0.39 0.24
Hex 55 25 41 0 38 18 43 145 27 18
Octal 125 45 101 0 70 30 103 505 47 30
Binary 1010101 100101 1000001 0 111000 11000 1000011 101000101 100111 11000

Color Harmonies of #552541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552541

Black with #552541

Text Example


Text Example

White with #552541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552541; }

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

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

background-color css

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

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

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

border-color css

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

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

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