Html Css Color HEX #57041C Bordeaux

📋 copy color: '#57041C'

red 87 ◦ green 4 ◦ blue 28

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

Shades of Bordeaux #57041C

Tints of Bordeaux #57041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.53%

R = 73.11%
G = 3.36%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57041C (or 0x57041C) is known color: Bordeaux. HEX triplet: 57, 04 and 1C. RGB value is (87,4,28). Sum of RGB (Red+Green+Blue) = 87+4+28=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57041C is #A8FBE3. Grayscale: #1F1F1F. Windows color (decimal): -11074532 or 1836119. OLE color: 1836119.

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

Color convert

RGB 87 4 28 -
CMYK 0 0.95 0.68 0.66
HSL 342.65º 0.91% 0.18% -
HSV(B) 342.65º 0.95% 0.34% -
XYZ 4.18 2.2 1.3 -
YUV 31.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 87 4 28 0 0.95 0.68 0.66 342.65 0.91 0.18
Hex 57 4 1C 0 5F 44 42 157 5B 12
Octal 127 4 34 0 137 104 102 527 133 22
Binary 1010111 100 11100 0 1011111 1000100 1000010 101010111 1011011 10010

Color Harmonies of #57041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57041C

Black with #57041C

Text Example


Text Example

White with #57041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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