Html Css Color HEX #571423 Bordeaux

📋 copy color: '#571423'

red 87 ◦ green 20 ◦ blue 35

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

Shades of Bordeaux #571423

Tints of Bordeaux #571423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

 BLUE value IS 35 (14.06% from 255) = 24.65%

R = 61.27%
G = 14.08%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#571423 (or 0x571423) is known color: Bordeaux. HEX triplet: 57, 14 and 23. RGB value is (87,20,35). Sum of RGB (Red+Green+Blue) = 87+20+35=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571423 is #A8EBDC. Grayscale: #292929. Windows color (decimal): -11070429 or 2298967. OLE color: 2298967.

HSL color Cylindrical-coordinate representation of color #571423: hue angle of 346.57º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571423 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 20 35 -
CMYK 0 0.77 0.60 0.66
HSL 346.57º 0.63% 0.21% -
HSV(B) 346.57º 0.77% 0.34% -
XYZ 4.48 2.65 1.86 -
YUV 41.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 87 20 35 0 0.77 0.60 0.66 346.57 0.63 0.21
Hex 57 14 23 0 4D 3C 42 15B 3F 15
Octal 127 24 43 0 115 74 102 533 77 25
Binary 1010111 10100 100011 0 1001101 111100 1000010 101011011 111111 10101

Color Harmonies of #571423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571423

Black with #571423

Text Example


Text Example

White with #571423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571423; }

 p { color: rgb(87,20,35); }

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

background-color css

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

 a { background-color: rgb(87,20,35); }

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

border-color css

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

 span { border-color: rgb(87,20,35); }

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