Html Css Color HEX #570F28 Bordeaux

📋 copy color: '#570F28'

red 87 ◦ green 15 ◦ blue 40

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

Shades of Bordeaux #570F28

Tints of Bordeaux #570F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 61.27%
G = 10.56%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#570F28 (or 0x570F28) is known color: Bordeaux. HEX triplet: 57, 0F and 28. RGB value is (87,15,40). Sum of RGB (Red+Green+Blue) = 87+15+40=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #570F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F28 is #A8F0D7. Grayscale: #272727. Windows color (decimal): -11071704 or 2625367. OLE color: 2625367.

HSL color Cylindrical-coordinate representation of color #570F28: hue angle of 339.17º 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 #570F28 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 15 40 -
CMYK 0 0.83 0.54 0.66
HSL 339.17º 0.71% 0.2% -
HSV(B) 339.17º 0.83% 0.34% -
XYZ 4.48 2.52 2.26 -
YUV 39.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 87 15 40 0 0.83 0.54 0.66 339.17 0.71 0.2
Hex 57 F 28 0 53 36 42 153 47 14
Octal 127 17 50 0 123 66 102 523 107 24
Binary 1010111 1111 101000 0 1010011 110110 1000010 101010011 1000111 10100

Color Harmonies of #570F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F28

Black with #570F28

Text Example


Text Example

White with #570F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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