Html Css Color HEX #57061C Bordeaux

📋 copy color: '#57061C'

red 87 ◦ green 6 ◦ blue 28

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

Shades of Bordeaux #57061C

Tints of Bordeaux #57061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.14%

R = 71.9%
G = 4.96%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57061C (or 0x57061C) is known color: Bordeaux. HEX triplet: 57, 06 and 1C. RGB value is (87,6,28). Sum of RGB (Red+Green+Blue) = 87+6+28=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57061C is #A8F9E3. Grayscale: #202020. Windows color (decimal): -11074020 or 1836631. OLE color: 1836631.

HSL color Cylindrical-coordinate representation of color #57061C: hue angle of 343.7º 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 #57061C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 28 -
CMYK 0 0.93 0.68 0.66
HSL 343.7º 0.87% 0.18% -
HSV(B) 343.7º 0.93% 0.34% -
XYZ 4.21 2.24 1.31 -
YUV 32.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 87 6 28 0 0.93 0.68 0.66 343.7 0.87 0.18
Hex 57 6 1C 0 5D 44 42 158 57 12
Octal 127 6 34 0 135 104 102 530 127 22
Binary 1010111 110 11100 0 1011101 1000100 1000010 101011000 1010111 10010

Color Harmonies of #57061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57061C

Black with #57061C

Text Example


Text Example

White with #57061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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