Html Css Color HEX #552F3F Barossa

📋 copy color: '#552F3F'

red 85 ◦ green 47 ◦ blue 63

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

Shades of Barossa #552F3F

Tints of Barossa #552F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

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

R = 43.59%
G = 24.1%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#552F3F (or 0x552F3F) is known color: Barossa. HEX triplet: 55, 2F and 3F. RGB value is (85,47,63). Sum of RGB (Red+Green+Blue) = 85+47+63=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #552F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F3F is #AAD0C0. Grayscale: #3C3C3C. Windows color (decimal): -11194561 or 4140885. OLE color: 4140885.

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

Color convert

RGB 85 47 63 -
CMYK 0 0.45 0.26 0.67
HSL 334.74º 0.29% 0.26% -
HSV(B) 334.74º 0.45% 0.33% -
XYZ 5.66 4.32 5.24 -
YUV 60.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 85 47 63 0 0.45 0.26 0.67 334.74 0.29 0.26
Hex 55 2F 3F 0 2D 1A 43 14F 1D 1A
Octal 125 57 77 0 55 32 103 517 35 32
Binary 1010101 101111 111111 0 101101 11010 1000011 101001111 11101 11010

Color Harmonies of #552F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F3F

Black with #552F3F

Text Example


Text Example

White with #552F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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