Html Css Color HEX #570F27 Bordeaux

📋 copy color: '#570F27'

red 87 ◦ green 15 ◦ blue 39

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

Shades of Bordeaux #570F27

Tints of Bordeaux #570F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.64%

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 61.7%
G = 10.64%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#570F27 (or 0x570F27) is known color: Bordeaux. HEX triplet: 57, 0F and 27. RGB value is (87,15,39). Sum of RGB (Red+Green+Blue) = 87+15+39=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #570F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F27 is #A8F0D8. Grayscale: #272727. Windows color (decimal): -11071705 or 2559831. OLE color: 2559831.

HSL color Cylindrical-coordinate representation of color #570F27: hue angle of 340º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F27 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 15 39 -
CMYK 0 0.83 0.55 0.66
HSL 340º 0.71% 0.2% -
HSV(B) 340º 0.83% 0.34% -
XYZ 4.47 2.51 2.17 -
YUV 39.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 87 15 39 0 0.83 0.55 0.66 340 0.71 0.2
Hex 57 F 27 0 53 37 42 154 47 14
Octal 127 17 47 0 123 67 102 524 107 24
Binary 1010111 1111 100111 0 1010011 110111 1000010 101010100 1000111 10100

Color Harmonies of #570F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F27

Black with #570F27

Text Example


Text Example

White with #570F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570F27; }

 p { color: rgb(87,15,39); }

 H1.HeaderClassName
 {
   color: #570F27;
 }
 .AnyTagClassName
 {
   color: #570F27;
 }
</style>

background-color css

<style>
 a { background-color: #570F27; }

 a { background-color: rgb(87,15,39); }

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

border-color css

<style>
 span { border-color: #570F27; }

 span { border-color: rgb(87,15,39); }

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