Html Css Color HEX #570414 Bordeaux

📋 copy color: '#570414'

red 87 ◦ green 4 ◦ blue 20

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

Shades of Bordeaux #570414

Tints of Bordeaux #570414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.02%

R = 78.38%
G = 3.6%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#570414 (or 0x570414) is known color: Bordeaux. HEX triplet: 57, 04 and 14. RGB value is (87,4,20). Sum of RGB (Red+Green+Blue) = 87+4+20=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #570414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570414 is #A8FBEB. Grayscale: #1E1E1E. Windows color (decimal): -11074540 or 1311831. OLE color: 1311831.

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

Color convert

RGB 87 4 20 -
CMYK 0 0.95 0.77 0.66
HSL 348.43º 0.91% 0.18% -
HSV(B) 348.43º 0.95% 0.34% -
XYZ 4.1 2.16 0.86 -
YUV 30.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 87 4 20 0 0.95 0.77 0.66 348.43 0.91 0.18
Hex 57 4 14 0 5F 4D 42 15C 5B 12
Octal 127 4 24 0 137 115 102 534 133 22
Binary 1010111 100 10100 0 1011111 1001101 1000010 101011100 1011011 10010

Color Harmonies of #570414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570414

Black with #570414

Text Example


Text Example

White with #570414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570414; }

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

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

background-color css

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

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

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

border-color css

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

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

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