Html Css Color HEX #552C3F Barossa

📋 copy color: '#552C3F'

red 85 ◦ green 44 ◦ blue 63

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

Shades of Barossa #552C3F

Tints of Barossa #552C3F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.92%

 BLUE value IS 63 (25% from 255) = 32.81%

R = 44.27%
G = 22.92%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#552C3F (or 0x552C3F) is known color: Barossa. HEX triplet: 55, 2C and 3F. RGB value is (85,44,63). Sum of RGB (Red+Green+Blue) = 85+44+63=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #552C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C3F is #AAD3C0. Grayscale: #3A3A3A. Windows color (decimal): -11195329 or 4140117. OLE color: 4140117.

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

Color convert

RGB 85 44 63 -
CMYK 0 0.48 0.26 0.67
HSL 332.2º 0.32% 0.25% -
HSV(B) 332.2º 0.48% 0.33% -
XYZ 5.54 4.09 5.2 -
YUV 58.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 85 44 63 0 0.48 0.26 0.67 332.2 0.32 0.25
Hex 55 2C 3F 0 30 1A 43 14C 20 19
Octal 125 54 77 0 60 32 103 514 40 31
Binary 1010101 101100 111111 0 110000 11010 1000011 101001100 100000 11001

Color Harmonies of #552C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C3F

Black with #552C3F

Text Example


Text Example

White with #552C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,44,63); }

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

background-color css

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

 a { background-color: rgb(85,44,63); }

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

border-color css

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

 span { border-color: rgb(85,44,63); }

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