Html Css Color HEX #57030F Bordeaux

📋 copy color: '#57030F'

red 87 ◦ green 3 ◦ blue 15

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

Shades of Bordeaux #57030F

Tints of Bordeaux #57030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 82.86%
G = 2.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57030F (or 0x57030F) is known color: Bordeaux. HEX triplet: 57, 03 and 0F. RGB value is (87,3,15). Sum of RGB (Red+Green+Blue) = 87+3+15=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #57030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57030F is #A8FCF0. Grayscale: #1D1D1D. Windows color (decimal): -11074801 or 983895. OLE color: 983895.

HSL color Cylindrical-coordinate representation of color #57030F: hue angle of 351.43º 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 #57030F is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 15 -
CMYK 0 0.97 0.83 0.66
HSL 351.43º 0.93% 0.18% -
HSV(B) 351.43º 0.97% 0.34% -
XYZ 4.05 2.13 0.65 -
YUV 29.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 87 3 15 0 0.97 0.83 0.66 351.43 0.93 0.18
Hex 57 3 F 0 61 53 42 15F 5D 12
Octal 127 3 17 0 141 123 102 537 135 22
Binary 1010111 11 1111 0 1100001 1010011 1000010 101011111 1011101 10010

Color Harmonies of #57030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57030F

Black with #57030F

Text Example


Text Example

White with #57030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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