Html Css Color HEX #55223E Barossa

📋 copy color: '#55223E'

red 85 ◦ green 34 ◦ blue 62

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

Shades of Barossa #55223E

Tints of Barossa #55223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 46.96%
G = 18.78%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55223E (or 0x55223E) is known color: Barossa. HEX triplet: 55, 22 and 3E. RGB value is (85,34,62). Sum of RGB (Red+Green+Blue) = 85+34+62=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55223E is #AADDC1. Grayscale: #343434. Windows color (decimal): -11197890 or 4072021. OLE color: 4072021.

HSL color Cylindrical-coordinate representation of color #55223E: hue angle of 327.06º 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 #55223E is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 62 -
CMYK 0 0.60 0.27 0.67
HSL 327.06º 0.43% 0.23% -
HSV(B) 327.06º 0.6% 0.33% -
XYZ 5.19 3.42 4.94 -
YUV 52.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 85 34 62 0 0.60 0.27 0.67 327.06 0.43 0.23
Hex 55 22 3E 0 3C 1B 43 147 2B 17
Octal 125 42 76 0 74 33 103 507 53 27
Binary 1010101 100010 111110 0 111100 11011 1000011 101000111 101011 10111

Color Harmonies of #55223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55223E

Black with #55223E

Text Example


Text Example

White with #55223E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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