Html Css Color HEX #570419 Bordeaux

📋 copy color: '#570419'

red 87 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #570419

Tints of Bordeaux #570419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.55%

R = 75%
G = 3.45%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#570419 (or 0x570419) is known color: Bordeaux. HEX triplet: 57, 04 and 19. RGB value is (87,4,25). Sum of RGB (Red+Green+Blue) = 87+4+25=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570419 is #A8FBE6. Grayscale: #1F1F1F. Windows color (decimal): -11074535 or 1639511. OLE color: 1639511.

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

Color convert

RGB 87 4 25 -
CMYK 0 0.95 0.71 0.66
HSL 344.82º 0.91% 0.18% -
HSV(B) 344.82º 0.95% 0.34% -
XYZ 4.15 2.18 1.12 -
YUV 31.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 87 4 25 0 0.95 0.71 0.66 344.82 0.91 0.18
Hex 57 4 19 0 5F 47 42 159 5B 12
Octal 127 4 31 0 137 107 102 531 133 22
Binary 1010111 100 11001 0 1011111 1000111 1000010 101011001 1011011 10010

Color Harmonies of #570419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570419

Black with #570419

Text Example


Text Example

White with #570419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570419; }

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

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

background-color css

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

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

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

border-color css

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

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

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