Html Css Color HEX #570417 Bordeaux

📋 copy color: '#570417'

red 87 ◦ green 4 ◦ blue 23

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

Shades of Bordeaux #570417

Tints of Bordeaux #570417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 76.32%
G = 3.51%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#570417 (or 0x570417) is known color: Bordeaux. HEX triplet: 57, 04 and 17. RGB value is (87,4,23). Sum of RGB (Red+Green+Blue) = 87+4+23=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570417 is #A8FBE8. Grayscale: #1E1E1E. Windows color (decimal): -11074537 or 1508439. OLE color: 1508439.

HSL color Cylindrical-coordinate representation of color #570417: hue angle of 346.27º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570417 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 4 23 -
CMYK 0 0.95 0.74 0.66
HSL 346.27º 0.91% 0.18% -
HSV(B) 346.27º 0.95% 0.34% -
XYZ 4.13 2.17 1.01 -
YUV 30.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 87 4 23 0 0.95 0.74 0.66 346.27 0.91 0.18
Hex 57 4 17 0 5F 4A 42 15A 5B 12
Octal 127 4 27 0 137 112 102 532 133 22
Binary 1010111 100 10111 0 1011111 1001010 1000010 101011010 1011011 10010

Color Harmonies of #570417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570417

Black with #570417

Text Example


Text Example

White with #570417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570417; }

 p { color: rgb(87,4,23); }

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

background-color css

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

 a { background-color: rgb(87,4,23); }

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

border-color css

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

 span { border-color: rgb(87,4,23); }

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