Html Css Color HEX #570418 Bordeaux

📋 copy color: '#570418'

red 87 ◦ green 4 ◦ blue 24

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

Shades of Bordeaux #570418

Tints of Bordeaux #570418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.87%

R = 75.65%
G = 3.48%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#570418 (or 0x570418) is known color: Bordeaux. HEX triplet: 57, 04 and 18. RGB value is (87,4,24). Sum of RGB (Red+Green+Blue) = 87+4+24=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #570418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570418 is #A8FBE7. Grayscale: #1F1F1F. Windows color (decimal): -11074536 or 1573975. OLE color: 1573975.

HSL color Cylindrical-coordinate representation of color #570418: hue angle of 345.54º 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 #570418 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 4 24 -
CMYK 0 0.95 0.72 0.66
HSL 345.54º 0.91% 0.18% -
HSV(B) 345.54º 0.95% 0.34% -
XYZ 4.14 2.18 1.07 -
YUV 31.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 87 4 24 0 0.95 0.72 0.66 345.54 0.91 0.18
Hex 57 4 18 0 5F 48 42 15A 5B 12
Octal 127 4 30 0 137 110 102 532 133 22
Binary 1010111 100 11000 0 1011111 1001000 1000010 101011010 1011011 10010

Color Harmonies of #570418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570418

Black with #570418

Text Example


Text Example

White with #570418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570418; }

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

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

background-color css

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

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

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

border-color css

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

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

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