Html Css Color HEX #570812 Bordeaux

📋 copy color: '#570812'

red 87 ◦ green 8 ◦ blue 18

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

Shades of Bordeaux #570812

Tints of Bordeaux #570812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 76.99%
G = 7.08%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#570812 (or 0x570812) is known color: Bordeaux. HEX triplet: 57, 08 and 12. RGB value is (87,8,18). Sum of RGB (Red+Green+Blue) = 87+8+18=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #570812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570812 is #A8F7ED. Grayscale: #202020. Windows color (decimal): -11073518 or 1181783. OLE color: 1181783.

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

Color convert

RGB 87 8 18 -
CMYK 0 0.91 0.79 0.66
HSL 352.41º 0.83% 0.19% -
HSV(B) 352.41º 0.91% 0.34% -
XYZ 4.13 2.24 0.79 -
YUV 32.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 87 8 18 0 0.91 0.79 0.66 352.41 0.83 0.19
Hex 57 8 12 0 5B 4F 42 160 53 13
Octal 127 10 22 0 133 117 102 540 123 23
Binary 1010111 1000 10010 0 1011011 1001111 1000010 101100000 1010011 10011

Color Harmonies of #570812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570812

Black with #570812

Text Example


Text Example

White with #570812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570812; }

 p { color: rgb(87,8,18); }

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

background-color css

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

 a { background-color: rgb(87,8,18); }

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

border-color css

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

 span { border-color: rgb(87,8,18); }

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