Html Css Color HEX #55273E Barossa

📋 copy color: '#55273E'

red 85 ◦ green 39 ◦ blue 62

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

Shades of Barossa #55273E

Tints of Barossa #55273E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.97%

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

R = 45.7%
G = 20.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55273E (or 0x55273E) is known color: Barossa. HEX triplet: 55, 27 and 3E. RGB value is (85,39,62). Sum of RGB (Red+Green+Blue) = 85+39+62=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55273E is #AAD8C1. Grayscale: #373737. Windows color (decimal): -11196610 or 4073301. OLE color: 4073301.

HSL color Cylindrical-coordinate representation of color #55273E: hue angle of 330º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55273E is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 39 62 -
CMYK 0 0.54 0.27 0.67
HSL 330º 0.37% 0.24% -
HSV(B) 330º 0.54% 0.33% -
XYZ 5.34 3.73 5 -
YUV 55.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 85 39 62 0 0.54 0.27 0.67 330 0.37 0.24
Hex 55 27 3E 0 36 1B 43 14A 25 18
Octal 125 47 76 0 66 33 103 512 45 30
Binary 1010101 100111 111110 0 110110 11011 1000011 101001010 100101 11000

Color Harmonies of #55273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55273E

Black with #55273E

Text Example


Text Example

White with #55273E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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