Html Css Color HEX #552B3F Barossa

📋 copy color: '#552B3F'

red 85 ◦ green 43 ◦ blue 63

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

Shades of Barossa #552B3F

Tints of Barossa #552B3F

RGB

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

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

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

R = 44.5%
G = 22.51%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#552B3F (or 0x552B3F) is known color: Barossa. HEX triplet: 55, 2B and 3F. RGB value is (85,43,63). Sum of RGB (Red+Green+Blue) = 85+43+63=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B3F is #AAD4C0. Grayscale: #393939. Windows color (decimal): -11195585 or 4139861. OLE color: 4139861.

HSL color Cylindrical-coordinate representation of color #552B3F: hue angle of 331.43º 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 #552B3F is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 43 63 -
CMYK 0 0.49 0.26 0.67
HSL 331.43º 0.33% 0.25% -
HSV(B) 331.43º 0.49% 0.33% -
XYZ 5.51 4.02 5.19 -
YUV 57.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 85 43 63 0 0.49 0.26 0.67 331.43 0.33 0.25
Hex 55 2B 3F 0 31 1A 43 14B 21 19
Octal 125 53 77 0 61 32 103 513 41 31
Binary 1010101 101011 111111 0 110001 11010 1000011 101001011 100001 11001

Color Harmonies of #552B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B3F

Black with #552B3F

Text Example


Text Example

White with #552B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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