Html Css Color HEX #570D28 Bordeaux

📋 copy color: '#570D28'

red 87 ◦ green 13 ◦ blue 40

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

Shades of Bordeaux #570D28

Tints of Bordeaux #570D28

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.29%

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 62.14%
G = 9.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#570D28 (or 0x570D28) is known color: Bordeaux. HEX triplet: 57, 0D and 28. RGB value is (87,13,40). Sum of RGB (Red+Green+Blue) = 87+13+40=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #570D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D28 is #A8F2D7. Grayscale: #262626. Windows color (decimal): -11072216 or 2624855. OLE color: 2624855.

HSL color Cylindrical-coordinate representation of color #570D28: hue angle of 338.11º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D28 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 13 40 -
CMYK 0 0.85 0.54 0.66
HSL 338.11º 0.74% 0.2% -
HSV(B) 338.11º 0.85% 0.34% -
XYZ 4.46 2.47 2.25 -
YUV 38.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 87 13 40 0 0.85 0.54 0.66 338.11 0.74 0.2
Hex 57 D 28 0 55 36 42 152 4A 14
Octal 127 15 50 0 125 66 102 522 112 24
Binary 1010111 1101 101000 0 1010101 110110 1000010 101010010 1001010 10100

Color Harmonies of #570D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570D28

Black with #570D28

Text Example


Text Example

White with #570D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,13,40); }

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

background-color css

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

 a { background-color: rgb(87,13,40); }

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

border-color css

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

 span { border-color: rgb(87,13,40); }

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