Html Css Color HEX #55283E Barossa

📋 copy color: '#55283E'

red 85 ◦ green 40 ◦ blue 62

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

Shades of Barossa #55283E

Tints of Barossa #55283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.39%

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

R = 45.45%
G = 21.39%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55283E (or 0x55283E) is known color: Barossa. HEX triplet: 55, 28 and 3E. RGB value is (85,40,62). Sum of RGB (Red+Green+Blue) = 85+40+62=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #55283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55283E is #AAD7C1. Grayscale: #373737. Windows color (decimal): -11196354 or 4073557. OLE color: 4073557.

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

Color convert

RGB 85 40 62 -
CMYK 0 0.53 0.27 0.67
HSL 330.67º 0.36% 0.25% -
HSV(B) 330.67º 0.53% 0.33% -
XYZ 5.37 3.8 5.01 -
YUV 55.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 85 40 62 0 0.53 0.27 0.67 330.67 0.36 0.25
Hex 55 28 3E 0 35 1B 43 14B 24 19
Octal 125 50 76 0 65 33 103 513 44 31
Binary 1010101 101000 111110 0 110101 11011 1000011 101001011 100100 11001

Color Harmonies of #55283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55283E

Black with #55283E

Text Example


Text Example

White with #55283E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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