Html Css Color HEX #57040A Bordeaux

📋 copy color: '#57040A'

red 87 ◦ green 4 ◦ blue 10

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

Shades of Bordeaux #57040A

Tints of Bordeaux #57040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.96%

 BLUE value IS 10 (4.3% from 255) = 9.9%

R = 86.14%
G = 3.96%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57040A (or 0x57040A) is known color: Bordeaux. HEX triplet: 57, 04 and 0A. RGB value is (87,4,10). Sum of RGB (Red+Green+Blue) = 87+4+10=101 (13% of max value = 765). Red value is 87 (34.38% from 255 or 86.14% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 87 - color contains mainly: red. Hex color #57040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57040A is #A8FBF5. Grayscale: #1D1D1D. Windows color (decimal): -11074550 or 656471. OLE color: 656471.

HSL color Cylindrical-coordinate representation of color #57040A: hue angle of 355.66º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57040A is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 4 10 -
CMYK 0 0.95 0.89 0.66
HSL 355.66º 0.91% 0.18% -
HSV(B) 355.66º 0.95% 0.34% -
XYZ 4.03 2.13 0.49 -
YUV 29.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 87 4 10 0 0.95 0.89 0.66 355.66 0.91 0.18
Hex 57 4 A 0 5F 59 42 164 5B 12
Octal 127 4 12 0 137 131 102 544 133 22
Binary 1010111 100 1010 0 1011111 1011001 1000010 101100100 1011011 10010

Color Harmonies of #57040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57040A

Black with #57040A

Text Example


Text Example

White with #57040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57040A; }

 p { color: rgb(87,4,10); }

 H1.HeaderClassName
 {
   color: #57040A;
 }
 .AnyTagClassName
 {
   color: #57040A;
 }
</style>

background-color css

<style>
 a { background-color: #57040A; }

 a { background-color: rgb(87,4,10); }

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

border-color css

<style>
 span { border-color: #57040A; }

 span { border-color: rgb(87,4,10); }

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