Html Css Color HEX #55212B Bordeaux

📋 copy color: '#55212B'

red 85 ◦ green 33 ◦ blue 43

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

Shades of Bordeaux #55212B

Tints of Bordeaux #55212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 52.8%
G = 20.5%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55212B (or 0x55212B) is known color: Bordeaux. HEX triplet: 55, 21 and 2B. RGB value is (85,33,43). Sum of RGB (Red+Green+Blue) = 85+33+43=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55212B is #AADED4. Grayscale: #313131. Windows color (decimal): -11198165 or 2826581. OLE color: 2826581.

HSL color Cylindrical-coordinate representation of color #55212B: hue angle of 348.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55212B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 33 43 -
CMYK 0 0.61 0.49 0.67
HSL 348.46º 0.44% 0.23% -
HSV(B) 348.46º 0.61% 0.33% -
XYZ 4.73 3.19 2.65 -
YUV 49.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 85 33 43 0 0.61 0.49 0.67 348.46 0.44 0.23
Hex 55 21 2B 0 3D 31 43 15C 2C 17
Octal 125 41 53 0 75 61 103 534 54 27
Binary 1010101 100001 101011 0 111101 110001 1000011 101011100 101100 10111

Color Harmonies of #55212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55212B

Black with #55212B

Text Example


Text Example

White with #55212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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