Html Css Color HEX #57061F Bordeaux

📋 copy color: '#57061F'

red 87 ◦ green 6 ◦ blue 31

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

Shades of Bordeaux #57061F

Tints of Bordeaux #57061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

 BLUE value IS 31 (12.5% from 255) = 25%

R = 70.16%
G = 4.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57061F (or 0x57061F) is known color: Bordeaux. HEX triplet: 57, 06 and 1F. RGB value is (87,6,31). Sum of RGB (Red+Green+Blue) = 87+6+31=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #57061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57061F is #A8F9E0. Grayscale: #212121. Windows color (decimal): -11074017 or 2033239. OLE color: 2033239.

HSL color Cylindrical-coordinate representation of color #57061F: hue angle of 341.48º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57061F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 31 -
CMYK 0 0.93 0.64 0.66
HSL 341.48º 0.87% 0.18% -
HSV(B) 341.48º 0.93% 0.34% -
XYZ 4.24 2.26 1.51 -
YUV 33.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 87 6 31 0 0.93 0.64 0.66 341.48 0.87 0.18
Hex 57 6 1F 0 5D 40 42 155 57 12
Octal 127 6 37 0 135 100 102 525 127 22
Binary 1010111 110 11111 0 1011101 1000000 1000010 101010101 1010111 10010

Color Harmonies of #57061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57061F

Black with #57061F

Text Example


Text Example

White with #57061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57061F; }

 p { color: rgb(87,6,31); }

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

background-color css

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

 a { background-color: rgb(87,6,31); }

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

border-color css

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

 span { border-color: rgb(87,6,31); }

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