Html Css Color HEX #571627 Bordeaux

📋 copy color: '#571627'

red 87 ◦ green 22 ◦ blue 39

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

Shades of Bordeaux #571627

Tints of Bordeaux #571627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

 BLUE value IS 39 (15.63% from 255) = 26.35%

R = 58.78%
G = 14.86%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#571627 (or 0x571627) is known color: Bordeaux. HEX triplet: 57, 16 and 27. RGB value is (87,22,39). Sum of RGB (Red+Green+Blue) = 87+22+39=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571627 is #A8E9D8. Grayscale: #2B2B2B. Windows color (decimal): -11069913 or 2561623. OLE color: 2561623.

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

Color convert

RGB 87 22 39 -
CMYK 0 0.75 0.55 0.66
HSL 344.31º 0.6% 0.21% -
HSV(B) 344.31º 0.75% 0.34% -
XYZ 4.58 2.75 2.21 -
YUV 43.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 87 22 39 0 0.75 0.55 0.66 344.31 0.6 0.21
Hex 57 16 27 0 4B 37 42 158 3C 15
Octal 127 26 47 0 113 67 102 530 74 25
Binary 1010111 10110 100111 0 1001011 110111 1000010 101011000 111100 10101

Color Harmonies of #571627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571627

Black with #571627

Text Example


Text Example

White with #571627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571627; }

 p { color: rgb(87,22,39); }

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

background-color css

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

 a { background-color: rgb(87,22,39); }

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

border-color css

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

 span { border-color: rgb(87,22,39); }

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