Html Css Color HEX #551327 Bordeaux

📋 copy color: '#551327'

red 85 ◦ green 19 ◦ blue 39

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

Shades of Bordeaux #551327

Tints of Bordeaux #551327

RGB

 RED value IS 85 (33.59% from 255) = 59.44%

 GREEN value IS 19 (7.81% from 255) = 13.29%

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

R = 59.44%
G = 13.29%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#551327 (or 0x551327) is known color: Bordeaux. HEX triplet: 55, 13 and 27. RGB value is (85,19,39). Sum of RGB (Red+Green+Blue) = 85+19+39=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #551327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551327 is #AAECD8. Grayscale: #292929. Windows color (decimal): -11201753 or 2560853. OLE color: 2560853.

HSL color Cylindrical-coordinate representation of color #551327: hue angle of 341.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551327 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 39 -
CMYK 0 0.78 0.54 0.67
HSL 341.82º 0.63% 0.2% -
HSV(B) 341.82º 0.78% 0.33% -
XYZ 4.35 2.54 2.18 -
YUV 41.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 85 19 39 0 0.78 0.54 0.67 341.82 0.63 0.2
Hex 55 13 27 0 4E 36 43 156 3F 14
Octal 125 23 47 0 116 66 103 526 77 24
Binary 1010101 10011 100111 0 1001110 110110 1000011 101010110 111111 10100

Color Harmonies of #551327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551327

Black with #551327

Text Example


Text Example

White with #551327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551327; }

 p { color: rgb(85,19,39); }

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

background-color css

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

 a { background-color: rgb(85,19,39); }

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

border-color css

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

 span { border-color: rgb(85,19,39); }

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