Html Css Color HEX #570A1E Bordeaux

📋 copy color: '#570A1E'

red 87 ◦ green 10 ◦ blue 30

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

Shades of Bordeaux #570A1E

Tints of Bordeaux #570A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.87%

 BLUE value IS 30 (12.11% from 255) = 23.62%

R = 68.5%
G = 7.87%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#570A1E (or 0x570A1E) is known color: Bordeaux. HEX triplet: 57, 0A and 1E. RGB value is (87,10,30). Sum of RGB (Red+Green+Blue) = 87+10+30=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A1E is #A8F5E1. Grayscale: #232323. Windows color (decimal): -11072994 or 1968727. OLE color: 1968727.

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

Color convert

RGB 87 10 30 -
CMYK 0 0.89 0.66 0.66
HSL 344.42º 0.79% 0.19% -
HSV(B) 344.42º 0.89% 0.34% -
XYZ 4.27 2.34 1.45 -
YUV 35.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 87 10 30 0 0.89 0.66 0.66 344.42 0.79 0.19
Hex 57 A 1E 0 59 42 42 158 4F 13
Octal 127 12 36 0 131 102 102 530 117 23
Binary 1010111 1010 11110 0 1011001 1000010 1000010 101011000 1001111 10011

Color Harmonies of #570A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A1E

Black with #570A1E

Text Example


Text Example

White with #570A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,10,30); }

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

background-color css

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

 a { background-color: rgb(87,10,30); }

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

border-color css

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

 span { border-color: rgb(87,10,30); }

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