Html Css Color HEX #54222B Bordeaux

📋 copy color: '#54222B'

red 84 ◦ green 34 ◦ blue 43

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

Shades of Bordeaux #54222B

Tints of Bordeaux #54222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

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

R = 52.17%
G = 21.12%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#54222B (or 0x54222B) is known color: Bordeaux. HEX triplet: 54, 22 and 2B. RGB value is (84,34,43). Sum of RGB (Red+Green+Blue) = 84+34+43=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54222B is #ABDDD4. Grayscale: #313131. Windows color (decimal): -11263445 or 2826836. OLE color: 2826836.

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

Color convert

RGB 84 34 43 -
CMYK 0 0.60 0.49 0.67
HSL 349.2º 0.42% 0.23% -
HSV(B) 349.2º 0.6% 0.33% -
XYZ 4.66 3.2 2.66 -
YUV 49.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 84 34 43 0 0.60 0.49 0.67 349.2 0.42 0.23
Hex 54 22 2B 0 3C 31 43 15D 2A 17
Octal 124 42 53 0 74 61 103 535 52 27
Binary 1010100 100010 101011 0 111100 110001 1000011 101011101 101010 10111

Color Harmonies of #54222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54222B

Black with #54222B

Text Example


Text Example

White with #54222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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