Html Css Color HEX #57283E Barossa

📋 copy color: '#57283E'

red 87 ◦ green 40 ◦ blue 62

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

Shades of Barossa #57283E

Tints of Barossa #57283E

RGB

 RED value IS 87 (34.38% from 255) = 46.03%

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

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

R = 46.03%
G = 21.16%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#57283E (or 0x57283E) is known color: Barossa. HEX triplet: 57, 28 and 3E. RGB value is (87,40,62). Sum of RGB (Red+Green+Blue) = 87+40+62=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #57283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57283E is #A8D7C1. Grayscale: #383838. Windows color (decimal): -11065282 or 4073559. OLE color: 4073559.

HSL color Cylindrical-coordinate representation of color #57283E: hue angle of 331.91º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57283E is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 40 62 -
CMYK 0 0.54 0.29 0.66
HSL 331.91º 0.37% 0.25% -
HSV(B) 331.91º 0.54% 0.34% -
XYZ 5.56 3.89 5.02 -
YUV 56.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 87 40 62 0 0.54 0.29 0.66 331.91 0.37 0.25
Hex 57 28 3E 0 36 1D 42 14C 25 19
Octal 127 50 76 0 66 35 102 514 45 31
Binary 1010111 101000 111110 0 110110 11101 1000010 101001100 100101 11001

Color Harmonies of #57283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57283E

Black with #57283E

Text Example


Text Example

White with #57283E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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