Html Css Color HEX #551421 Bordeaux

📋 copy color: '#551421'

red 85 ◦ green 20 ◦ blue 33

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

Shades of Bordeaux #551421

Tints of Bordeaux #551421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

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

R = 61.59%
G = 14.49%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#551421 (or 0x551421) is known color: Bordeaux. HEX triplet: 55, 14 and 21. RGB value is (85,20,33). Sum of RGB (Red+Green+Blue) = 85+20+33=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #551421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551421 is #AAEBDE. Grayscale: #282828. Windows color (decimal): -11201503 or 2167893. OLE color: 2167893.

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

Color convert

RGB 85 20 33 -
CMYK 0 0.76 0.61 0.67
HSL 348º 0.62% 0.21% -
HSV(B) 348º 0.76% 0.33% -
XYZ 4.27 2.54 1.7 -
YUV 40.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 85 20 33 0 0.76 0.61 0.67 348 0.62 0.21
Hex 55 14 21 0 4C 3D 43 15C 3E 15
Octal 125 24 41 0 114 75 103 534 76 25
Binary 1010101 10100 100001 0 1001100 111101 1000011 101011100 111110 10101

Color Harmonies of #551421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551421

Black with #551421

Text Example


Text Example

White with #551421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551421; }

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

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

background-color css

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

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

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

border-color css

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

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

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