Html Css Color HEX #55273F Barossa

📋 copy color: '#55273F'

red 85 ◦ green 39 ◦ blue 63

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

Shades of Barossa #55273F

Tints of Barossa #55273F

RGB

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

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

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

R = 45.45%
G = 20.86%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55273F (or 0x55273F) is known color: Barossa. HEX triplet: 55, 27 and 3F. RGB value is (85,39,63). Sum of RGB (Red+Green+Blue) = 85+39+63=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #55273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55273F is #AAD8C0. Grayscale: #373737. Windows color (decimal): -11196609 or 4138837. OLE color: 4138837.

HSL color Cylindrical-coordinate representation of color #55273F: hue angle of 328.7º 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 #55273F is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 39 63 -
CMYK 0 0.54 0.26 0.67
HSL 328.7º 0.37% 0.24% -
HSV(B) 328.7º 0.54% 0.33% -
XYZ 5.37 3.74 5.14 -
YUV 55.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 85 39 63 0 0.54 0.26 0.67 328.7 0.37 0.24
Hex 55 27 3F 0 36 1A 43 149 25 18
Octal 125 47 77 0 66 32 103 511 45 30
Binary 1010101 100111 111111 0 110110 11010 1000011 101001001 100101 11000

Color Harmonies of #55273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55273F

Black with #55273F

Text Example


Text Example

White with #55273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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