Html Css Color HEX #54212B Bordeaux

📋 copy color: '#54212B'

red 84 ◦ green 33 ◦ blue 43

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

Shades of Bordeaux #54212B

Tints of Bordeaux #54212B

RGB

 RED value IS 84 (33.2% from 255) = 52.5%

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

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

R = 52.5%
G = 20.63%
B = 26.88%

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

#54212B (or 0x54212B) is known color: Bordeaux. HEX triplet: 54, 21 and 2B. RGB value is (84,33,43). Sum of RGB (Red+Green+Blue) = 84+33+43=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54212B is #ABDED4. Grayscale: #313131. Windows color (decimal): -11263701 or 2826580. OLE color: 2826580.

HSL color Cylindrical-coordinate representation of color #54212B: hue angle of 348.24º 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 #54212B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 33 43 -
CMYK 0 0.61 0.49 0.67
HSL 348.24º 0.44% 0.23% -
HSV(B) 348.24º 0.61% 0.33% -
XYZ 4.64 3.15 2.65 -
YUV 49.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 84 33 43 0 0.61 0.49 0.67 348.24 0.44 0.23
Hex 54 21 2B 0 3D 31 43 15C 2C 17
Octal 124 41 53 0 75 61 103 534 54 27
Binary 1010100 100001 101011 0 111101 110001 1000011 101011100 101100 10111

Color Harmonies of #54212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54212B

Black with #54212B

Text Example


Text Example

White with #54212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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