Html Css Color HEX #57081A Bordeaux

📋 copy color: '#57081A'

red 87 ◦ green 8 ◦ blue 26

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

Shades of Bordeaux #57081A

Tints of Bordeaux #57081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.49%

R = 71.9%
G = 6.61%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57081A (or 0x57081A) is known color: Bordeaux. HEX triplet: 57, 08 and 1A. RGB value is (87,8,26). Sum of RGB (Red+Green+Blue) = 87+8+26=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57081A is #A8F7E5. Grayscale: #212121. Windows color (decimal): -11073510 or 1706071. OLE color: 1706071.

HSL color Cylindrical-coordinate representation of color #57081A: hue angle of 346.33º 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 #57081A is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 8 26 -
CMYK 0 0.91 0.70 0.66
HSL 346.33º 0.83% 0.19% -
HSV(B) 346.33º 0.91% 0.34% -
XYZ 4.2 2.27 1.19 -
YUV 33.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 87 8 26 0 0.91 0.70 0.66 346.33 0.83 0.19
Hex 57 8 1A 0 5B 46 42 15A 53 13
Octal 127 10 32 0 133 106 102 532 123 23
Binary 1010111 1000 11010 0 1011011 1000110 1000010 101011010 1010011 10011

Color Harmonies of #57081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57081A

Black with #57081A

Text Example


Text Example

White with #57081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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