Html Css Color HEX #550C1B Bordeaux

📋 copy color: '#550C1B'

red 85 ◦ green 12 ◦ blue 27

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

Shades of Bordeaux #550C1B

Tints of Bordeaux #550C1B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.68%

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 68.55%
G = 9.68%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#550C1B (or 0x550C1B) is known color: Bordeaux. HEX triplet: 55, 0C and 1B. RGB value is (85,12,27). Sum of RGB (Red+Green+Blue) = 85+12+27=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #550C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550C1B is #AAF3E4. Grayscale: #232323. Windows color (decimal): -11203557 or 1772629. OLE color: 1772629.

HSL color Cylindrical-coordinate representation of color #550C1B: hue angle of 347.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550C1B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 12 27 -
CMYK 0 0.86 0.68 0.67
HSL 347.67º 0.75% 0.19% -
HSV(B) 347.67º 0.86% 0.33% -
XYZ 4.08 2.27 1.26 -
YUV 35.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 85 12 27 0 0.86 0.68 0.67 347.67 0.75 0.19
Hex 55 C 1B 0 56 44 43 15C 4B 13
Octal 125 14 33 0 126 104 103 534 113 23
Binary 1010101 1100 11011 0 1010110 1000100 1000011 101011100 1001011 10011

Color Harmonies of #550C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C1B

Black with #550C1B

Text Example


Text Example

White with #550C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550C1B; }

 p { color: rgb(85,12,27); }

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

background-color css

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

 a { background-color: rgb(85,12,27); }

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

border-color css

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

 span { border-color: rgb(85,12,27); }

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