Html Css Color HEX #570C1D Bordeaux

📋 copy color: '#570C1D'

red 87 ◦ green 12 ◦ blue 29

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

Shades of Bordeaux #570C1D

Tints of Bordeaux #570C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.38%

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 67.97%
G = 9.38%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#570C1D (or 0x570C1D) is known color: Bordeaux. HEX triplet: 57, 0C and 1D. RGB value is (87,12,29). Sum of RGB (Red+Green+Blue) = 87+12+29=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #570C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C1D is #A8F3E2. Grayscale: #242424. Windows color (decimal): -11072483 or 1903703. OLE color: 1903703.

HSL color Cylindrical-coordinate representation of color #570C1D: hue angle of 346.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C1D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 12 29 -
CMYK 0 0.86 0.67 0.66
HSL 346.4º 0.76% 0.19% -
HSV(B) 346.4º 0.86% 0.34% -
XYZ 4.28 2.38 1.4 -
YUV 36.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 87 12 29 0 0.86 0.67 0.66 346.4 0.76 0.19
Hex 57 C 1D 0 56 43 42 15A 4C 13
Octal 127 14 35 0 126 103 102 532 114 23
Binary 1010111 1100 11101 0 1010110 1000011 1000010 101011010 1001100 10011

Color Harmonies of #570C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C1D

Black with #570C1D

Text Example


Text Example

White with #570C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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