Html Css Color HEX #551820 Bordeaux

📋 copy color: '#551820'

red 85 ◦ green 24 ◦ blue 32

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

Shades of Bordeaux #551820

Tints of Bordeaux #551820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 60.28%
G = 17.02%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#551820 (or 0x551820) is known color: Bordeaux. HEX triplet: 55, 18 and 20. RGB value is (85,24,32). Sum of RGB (Red+Green+Blue) = 85+24+32=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551820 is #AAE7DF. Grayscale: #2B2B2B. Windows color (decimal): -11200480 or 2103381. OLE color: 2103381.

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

Color convert

RGB 85 24 32 -
CMYK 0 0.72 0.62 0.67
HSL 352.13º 0.56% 0.21% -
HSV(B) 352.13º 0.72% 0.33% -
XYZ 4.33 2.69 1.66 -
YUV 43.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 85 24 32 0 0.72 0.62 0.67 352.13 0.56 0.21
Hex 55 18 20 0 48 3E 43 160 38 15
Octal 125 30 40 0 110 76 103 540 70 25
Binary 1010101 11000 100000 0 1001000 111110 1000011 101100000 111000 10101

Color Harmonies of #551820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551820

Black with #551820

Text Example


Text Example

White with #551820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551820; }

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

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

background-color css

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

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

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

border-color css

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

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

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