Html Css Color HEX #570A23 Bordeaux

📋 copy color: '#570A23'

red 87 ◦ green 10 ◦ blue 35

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

Shades of Bordeaux #570A23

Tints of Bordeaux #570A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.52%

R = 65.91%
G = 7.58%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#570A23 (or 0x570A23) is known color: Bordeaux. HEX triplet: 57, 0A and 23. RGB value is (87,10,35). Sum of RGB (Red+Green+Blue) = 87+10+35=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #570A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A23 is #A8F5DC. Grayscale: #232323. Windows color (decimal): -11072989 or 2296407. OLE color: 2296407.

HSL color Cylindrical-coordinate representation of color #570A23: hue angle of 340.52º 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 #570A23 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 10 35 -
CMYK 0 0.89 0.60 0.66
HSL 340.52º 0.79% 0.19% -
HSV(B) 340.52º 0.89% 0.34% -
XYZ 4.34 2.36 1.82 -
YUV 35.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 87 10 35 0 0.89 0.60 0.66 340.52 0.79 0.19
Hex 57 A 23 0 59 3C 42 155 4F 13
Octal 127 12 43 0 131 74 102 525 117 23
Binary 1010111 1010 100011 0 1011001 111100 1000010 101010101 1001111 10011

Color Harmonies of #570A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A23

Black with #570A23

Text Example


Text Example

White with #570A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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