Html Css Color HEX #552029 Bordeaux

📋 copy color: '#552029'

red 85 ◦ green 32 ◦ blue 41

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

Shades of Bordeaux #552029

Tints of Bordeaux #552029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 53.8%
G = 20.25%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#552029 (or 0x552029) is known color: Bordeaux. HEX triplet: 55, 20 and 29. RGB value is (85,32,41). Sum of RGB (Red+Green+Blue) = 85+32+41=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552029 is #AADFD6. Grayscale: #303030. Windows color (decimal): -11198423 or 2695253. OLE color: 2695253.

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

Color convert

RGB 85 32 41 -
CMYK 0 0.62 0.52 0.67
HSL 349.81º 0.45% 0.23% -
HSV(B) 349.81º 0.62% 0.33% -
XYZ 4.66 3.12 2.46 -
YUV 48.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 85 32 41 0 0.62 0.52 0.67 349.81 0.45 0.23
Hex 55 20 29 0 3E 34 43 15E 2D 17
Octal 125 40 51 0 76 64 103 536 55 27
Binary 1010101 100000 101001 0 111110 110100 1000011 101011110 101101 10111

Color Harmonies of #552029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552029

Black with #552029

Text Example


Text Example

White with #552029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552029; }

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

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

background-color css

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

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

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

border-color css

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

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

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