Html Css Color HEX #57101A Bordeaux

📋 copy color: '#57101A'

red 87 ◦ green 16 ◦ blue 26

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

Shades of Bordeaux #57101A

Tints of Bordeaux #57101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

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

R = 67.44%
G = 12.4%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57101A (or 0x57101A) is known color: Bordeaux. HEX triplet: 57, 10 and 1A. RGB value is (87,16,26). Sum of RGB (Red+Green+Blue) = 87+16+26=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #57101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57101A is #A8EFE5. Grayscale: #262626. Windows color (decimal): -11071462 or 1708119. OLE color: 1708119.

HSL color Cylindrical-coordinate representation of color #57101A: hue angle of 351.55º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57101A is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 26 -
CMYK 0 0.82 0.70 0.66
HSL 351.55º 0.69% 0.2% -
HSV(B) 351.55º 0.82% 0.34% -
XYZ 4.3 2.47 1.23 -
YUV 38.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 87 16 26 0 0.82 0.70 0.66 351.55 0.69 0.2
Hex 57 10 1A 0 52 46 42 160 45 14
Octal 127 20 32 0 122 106 102 540 105 24
Binary 1010111 10000 11010 0 1010010 1000110 1000010 101100000 1000101 10100

Color Harmonies of #57101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57101A

Black with #57101A

Text Example


Text Example

White with #57101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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