Html Css Color HEX #57081E Bordeaux

📋 copy color: '#57081E'

red 87 ◦ green 8 ◦ blue 30

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

Shades of Bordeaux #57081E

Tints of Bordeaux #57081E

RGB

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

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

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

R = 69.6%
G = 6.4%
B = 24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57081E (or 0x57081E) is known color: Bordeaux. HEX triplet: 57, 08 and 1E. RGB value is (87,8,30). Sum of RGB (Red+Green+Blue) = 87+8+30=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #57081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57081E is #A8F7E1. Grayscale: #222222. Windows color (decimal): -11073506 or 1968215. OLE color: 1968215.

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

Color convert

RGB 87 8 30 -
CMYK 0 0.91 0.66 0.66
HSL 343.29º 0.83% 0.19% -
HSV(B) 343.29º 0.91% 0.34% -
XYZ 4.25 2.29 1.45 -
YUV 34.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 87 8 30 0 0.91 0.66 0.66 343.29 0.83 0.19
Hex 57 8 1E 0 5B 42 42 157 53 13
Octal 127 10 36 0 133 102 102 527 123 23
Binary 1010111 1000 11110 0 1011011 1000010 1000010 101010111 1010011 10011

Color Harmonies of #57081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57081E

Black with #57081E

Text Example


Text Example

White with #57081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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