Html Css Color HEX #55293F Barossa

📋 copy color: '#55293F'

red 85 ◦ green 41 ◦ blue 63

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

Shades of Barossa #55293F

Tints of Barossa #55293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 44.97%
G = 21.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55293F (or 0x55293F) is known color: Barossa. HEX triplet: 55, 29 and 3F. RGB value is (85,41,63). Sum of RGB (Red+Green+Blue) = 85+41+63=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #55293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55293F is #AAD6C0. Grayscale: #383838. Windows color (decimal): -11196097 or 4139349. OLE color: 4139349.

HSL color Cylindrical-coordinate representation of color #55293F: hue angle of 330º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55293F is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 41 63 -
CMYK 0 0.52 0.26 0.67
HSL 330º 0.35% 0.25% -
HSV(B) 330º 0.52% 0.33% -
XYZ 5.44 3.88 5.16 -
YUV 56.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 85 41 63 0 0.52 0.26 0.67 330 0.35 0.25
Hex 55 29 3F 0 34 1A 43 14A 23 19
Octal 125 51 77 0 64 32 103 512 43 31
Binary 1010101 101001 111111 0 110100 11010 1000011 101001010 100011 11001

Color Harmonies of #55293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55293F

Black with #55293F

Text Example


Text Example

White with #55293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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