Html Css Color HEX #570409 Bordeaux

📋 copy color: '#570409'

red 87 ◦ green 4 ◦ blue 9

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

Shades of Bordeaux #570409

Tints of Bordeaux #570409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9%

R = 87%
G = 4%
B = 9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#570409 (or 0x570409) is known color: Bordeaux. HEX triplet: 57, 04 and 09. RGB value is (87,4,9). Sum of RGB (Red+Green+Blue) = 87+4+9=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570409 is #A8FBF6. Grayscale: #1D1D1D. Windows color (decimal): -11074551 or 590935. OLE color: 590935.

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

Color convert

RGB 87 4 9 -
CMYK 0 0.95 0.90 0.66
HSL 356.39º 0.91% 0.18% -
HSV(B) 356.39º 0.95% 0.34% -
XYZ 4.02 2.13 0.46 -
YUV 29.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 87 4 9 0 0.95 0.90 0.66 356.39 0.91 0.18
Hex 57 4 9 0 5F 5A 42 164 5B 12
Octal 127 4 11 0 137 132 102 544 133 22
Binary 1010111 100 1001 0 1011111 1011010 1000010 101100100 1011011 10010

Color Harmonies of #570409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570409

Black with #570409

Text Example


Text Example

White with #570409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570409; }

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

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

background-color css

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

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

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

border-color css

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

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

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