Html Css Color HEX #55223B Barossa

📋 copy color: '#55223B'

red 85 ◦ green 34 ◦ blue 59

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

Shades of Barossa #55223B

Tints of Barossa #55223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.1%

 BLUE value IS 59 (23.44% from 255) = 33.15%

R = 47.75%
G = 19.1%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55223B (or 0x55223B) is known color: Barossa. HEX triplet: 55, 22 and 3B. RGB value is (85,34,59). Sum of RGB (Red+Green+Blue) = 85+34+59=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55223B is #AADDC4. Grayscale: #343434. Windows color (decimal): -11197893 or 3875413. OLE color: 3875413.

HSL color Cylindrical-coordinate representation of color #55223B: hue angle of 330.59º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55223B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 59 -
CMYK 0 0.60 0.31 0.67
HSL 330.59º 0.43% 0.23% -
HSV(B) 330.59º 0.6% 0.33% -
XYZ 5.11 3.39 4.52 -
YUV 52.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 85 34 59 0 0.60 0.31 0.67 330.59 0.43 0.23
Hex 55 22 3B 0 3C 1F 43 14B 2B 17
Octal 125 42 73 0 74 37 103 513 53 27
Binary 1010101 100010 111011 0 111100 11111 1000011 101001011 101011 10111

Color Harmonies of #55223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55223B

Black with #55223B

Text Example


Text Example

White with #55223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55223B; }

 p { color: rgb(85,34,59); }

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

background-color css

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

 a { background-color: rgb(85,34,59); }

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

border-color css

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

 span { border-color: rgb(85,34,59); }

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