Html Css Color HEX #552B41 Barossa

📋 copy color: '#552B41'

red 85 ◦ green 43 ◦ blue 65

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

Shades of Barossa #552B41

Tints of Barossa #552B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.28%

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

R = 44.04%
G = 22.28%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#552B41 (or 0x552B41) is known color: Barossa. HEX triplet: 55, 2B and 41. RGB value is (85,43,65). Sum of RGB (Red+Green+Blue) = 85+43+65=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B41 is #AAD4BE. Grayscale: #3A3A3A. Windows color (decimal): -11195583 or 4270933. OLE color: 4270933.

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

Color convert

RGB 85 43 65 -
CMYK 0 0.49 0.24 0.67
HSL 328.57º 0.33% 0.25% -
HSV(B) 328.57º 0.49% 0.33% -
XYZ 5.56 4.04 5.49 -
YUV 58.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 85 43 65 0 0.49 0.24 0.67 328.57 0.33 0.25
Hex 55 2B 41 0 31 18 43 149 21 19
Octal 125 53 101 0 61 30 103 511 41 31
Binary 1010101 101011 1000001 0 110001 11000 1000011 101001001 100001 11001

Color Harmonies of #552B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B41

Black with #552B41

Text Example


Text Example

White with #552B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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