Html Css Color HEX #570415 Bordeaux

📋 copy color: '#570415'

red 87 ◦ green 4 ◦ blue 21

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

Shades of Bordeaux #570415

Tints of Bordeaux #570415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 77.68%
G = 3.57%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#570415 (or 0x570415) is known color: Bordeaux. HEX triplet: 57, 04 and 15. RGB value is (87,4,21). Sum of RGB (Red+Green+Blue) = 87+4+21=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570415 is #A8FBEA. Grayscale: #1E1E1E. Windows color (decimal): -11074539 or 1377367. OLE color: 1377367.

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

Color convert

RGB 87 4 21 -
CMYK 0 0.95 0.76 0.66
HSL 347.71º 0.91% 0.18% -
HSV(B) 347.71º 0.95% 0.34% -
XYZ 4.11 2.17 0.91 -
YUV 30.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 87 4 21 0 0.95 0.76 0.66 347.71 0.91 0.18
Hex 57 4 15 0 5F 4C 42 15C 5B 12
Octal 127 4 25 0 137 114 102 534 133 22
Binary 1010111 100 10101 0 1011111 1001100 1000010 101011100 1011011 10010

Color Harmonies of #570415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570415

Black with #570415

Text Example


Text Example

White with #570415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570415; }

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

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

background-color css

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

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

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

border-color css

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

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

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