Html Css Color HEX #552542 Barossa

📋 copy color: '#552542'

red 85 ◦ green 37 ◦ blue 66

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

Shades of Barossa #552542

Tints of Barossa #552542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 45.21%
G = 19.68%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#552542 (or 0x552542) is known color: Barossa. HEX triplet: 55, 25 and 42. RGB value is (85,37,66). Sum of RGB (Red+Green+Blue) = 85+37+66=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552542 is #AADABD. Grayscale: #363636. Windows color (decimal): -11197118 or 4334933. OLE color: 4334933.

HSL color Cylindrical-coordinate representation of color #552542: hue angle of 323.75º 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 #552542 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 66 -
CMYK 0 0.56 0.22 0.67
HSL 323.75º 0.39% 0.24% -
HSV(B) 323.75º 0.56% 0.33% -
XYZ 5.39 3.65 5.57 -
YUV 54.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 85 37 66 0 0.56 0.22 0.67 323.75 0.39 0.24
Hex 55 25 42 0 38 16 43 144 27 18
Octal 125 45 102 0 70 26 103 504 47 30
Binary 1010101 100101 1000010 0 111000 10110 1000011 101000100 100111 11000

Color Harmonies of #552542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552542

Black with #552542

Text Example


Text Example

White with #552542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552542; }

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

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

background-color css

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

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

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

border-color css

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

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

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