Html Css Color HEX #57030C Bordeaux

📋 copy color: '#57030C'

red 87 ◦ green 3 ◦ blue 12

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

Shades of Bordeaux #57030C

Tints of Bordeaux #57030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.94%

 BLUE value IS 12 (5.08% from 255) = 11.76%

R = 85.29%
G = 2.94%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57030C (or 0x57030C) is known color: Bordeaux. HEX triplet: 57, 03 and 0C. RGB value is (87,3,12). Sum of RGB (Red+Green+Blue) = 87+3+12=102 (13% of max value = 765). Red value is 87 (34.38% from 255 or 85.29% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 87 - color contains mainly: red. Hex color #57030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57030C is #A8FCF3. Grayscale: #1D1D1D. Windows color (decimal): -11074804 or 787287. OLE color: 787287.

HSL color Cylindrical-coordinate representation of color #57030C: hue angle of 353.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57030C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 12 -
CMYK 0 0.97 0.86 0.66
HSL 353.57º 0.93% 0.18% -
HSV(B) 353.57º 0.97% 0.34% -
XYZ 4.03 2.12 0.54 -
YUV 29.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 87 3 12 0 0.97 0.86 0.66 353.57 0.93 0.18
Hex 57 3 C 0 61 56 42 162 5D 12
Octal 127 3 14 0 141 126 102 542 135 22
Binary 1010111 11 1100 0 1100001 1010110 1000010 101100010 1011101 10010

Color Harmonies of #57030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57030C

Black with #57030C

Text Example


Text Example

White with #57030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,3,12); }

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

background-color css

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

 a { background-color: rgb(87,3,12); }

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

border-color css

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

 span { border-color: rgb(87,3,12); }

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