Html Css Color HEX #551021 Bordeaux

📋 copy color: '#551021'

red 85 ◦ green 16 ◦ blue 33

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

Shades of Bordeaux #551021

Tints of Bordeaux #551021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 63.43%
G = 11.94%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#551021 (or 0x551021) is known color: Bordeaux. HEX triplet: 55, 10 and 21. RGB value is (85,16,33). Sum of RGB (Red+Green+Blue) = 85+16+33=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #551021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551021 is #AAEFDE. Grayscale: #262626. Windows color (decimal): -11202527 or 2166869. OLE color: 2166869.

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

Color convert

RGB 85 16 33 -
CMYK 0 0.81 0.61 0.67
HSL 345.22º 0.68% 0.2% -
HSV(B) 345.22º 0.81% 0.33% -
XYZ 4.21 2.41 1.68 -
YUV 38.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 85 16 33 0 0.81 0.61 0.67 345.22 0.68 0.2
Hex 55 10 21 0 51 3D 43 159 44 14
Octal 125 20 41 0 121 75 103 531 104 24
Binary 1010101 10000 100001 0 1010001 111101 1000011 101011001 1000100 10100

Color Harmonies of #551021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551021

Black with #551021

Text Example


Text Example

White with #551021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551021; }

 p { color: rgb(85,16,33); }

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

background-color css

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

 a { background-color: rgb(85,16,33); }

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

border-color css

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

 span { border-color: rgb(85,16,33); }

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