Html Css Color HEX #551620 Bordeaux

📋 copy color: '#551620'

red 85 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #551620

Tints of Bordeaux #551620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.02%

R = 61.15%
G = 15.83%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#551620 (or 0x551620) is known color: Bordeaux. HEX triplet: 55, 16 and 20. RGB value is (85,22,32). Sum of RGB (Red+Green+Blue) = 85+22+32=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #551620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551620 is #AAE9DF. Grayscale: #2A2A2A. Windows color (decimal): -11200992 or 2102869. OLE color: 2102869.

HSL color Cylindrical-coordinate representation of color #551620: hue angle of 350.48º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551620 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 22 32 -
CMYK 0 0.74 0.62 0.67
HSL 350.48º 0.59% 0.21% -
HSV(B) 350.48º 0.74% 0.33% -
XYZ 4.29 2.61 1.64 -
YUV 41.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 85 22 32 0 0.74 0.62 0.67 350.48 0.59 0.21
Hex 55 16 20 0 4A 3E 43 15E 3B 15
Octal 125 26 40 0 112 76 103 536 73 25
Binary 1010101 10110 100000 0 1001010 111110 1000011 101011110 111011 10101

Color Harmonies of #551620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551620

Black with #551620

Text Example


Text Example

White with #551620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551620; }

 p { color: rgb(85,22,32); }

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

background-color css

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

 a { background-color: rgb(85,22,32); }

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

border-color css

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

 span { border-color: rgb(85,22,32); }

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