Html Css Color HEX #552340 Barossa

📋 copy color: '#552340'

red 85 ◦ green 35 ◦ blue 64

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

Shades of Barossa #552340

Tints of Barossa #552340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 46.2%
G = 19.02%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#552340 (or 0x552340) is known color: Barossa. HEX triplet: 55, 23 and 40. RGB value is (85,35,64). Sum of RGB (Red+Green+Blue) = 85+35+64=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #552340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552340 is #AADCBF. Grayscale: #353535. Windows color (decimal): -11197632 or 4203349. OLE color: 4203349.

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

Color convert

RGB 85 35 64 -
CMYK 0 0.59 0.25 0.67
HSL 325.2º 0.42% 0.24% -
HSV(B) 325.2º 0.59% 0.33% -
XYZ 5.27 3.5 5.25 -
YUV 53.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 85 35 64 0 0.59 0.25 0.67 325.2 0.42 0.24
Hex 55 23 40 0 3B 19 43 145 2A 18
Octal 125 43 100 0 73 31 103 505 52 30
Binary 1010101 100011 1000000 0 111011 11001 1000011 101000101 101010 11000

Color Harmonies of #552340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552340

Black with #552340

Text Example


Text Example

White with #552340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552340; }

 p { color: rgb(85,35,64); }

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

background-color css

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

 a { background-color: rgb(85,35,64); }

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

border-color css

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

 span { border-color: rgb(85,35,64); }

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