Html Css Color HEX #57041E Bordeaux

📋 copy color: '#57041E'

red 87 ◦ green 4 ◦ blue 30

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

Shades of Bordeaux #57041E

Tints of Bordeaux #57041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.79%

R = 71.9%
G = 3.31%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57041E (or 0x57041E) is known color: Bordeaux. HEX triplet: 57, 04 and 1E. RGB value is (87,4,30). Sum of RGB (Red+Green+Blue) = 87+4+30=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57041E is #A8FBE1. Grayscale: #1F1F1F. Windows color (decimal): -11074530 or 1967191. OLE color: 1967191.

HSL color Cylindrical-coordinate representation of color #57041E: hue angle of 341.2º 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 #57041E is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 4 30 -
CMYK 0 0.95 0.66 0.66
HSL 341.2º 0.91% 0.18% -
HSV(B) 341.2º 0.95% 0.34% -
XYZ 4.21 2.21 1.43 -
YUV 31.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 87 4 30 0 0.95 0.66 0.66 341.2 0.91 0.18
Hex 57 4 1E 0 5F 42 42 155 5B 12
Octal 127 4 36 0 137 102 102 525 133 22
Binary 1010111 100 11110 0 1011111 1000010 1000010 101010101 1011011 10010

Color Harmonies of #57041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57041E

Black with #57041E

Text Example


Text Example

White with #57041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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