Html Css Color HEX #54152B Bordeaux

📋 copy color: '#54152B'

red 84 ◦ green 21 ◦ blue 43

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

Shades of Bordeaux #54152B

Tints of Bordeaux #54152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.19%

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

R = 56.76%
G = 14.19%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#54152B (or 0x54152B) is known color: Bordeaux. HEX triplet: 54, 15 and 2B. RGB value is (84,21,43). Sum of RGB (Red+Green+Blue) = 84+21+43=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54152B is #ABEAD4. Grayscale: #2A2A2A. Windows color (decimal): -11266773 or 2823508. OLE color: 2823508.

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

Color convert

RGB 84 21 43 -
CMYK 0 0.75 0.49 0.67
HSL 339.05º 0.6% 0.21% -
HSV(B) 339.05º 0.75% 0.33% -
XYZ 4.36 2.6 2.56 -
YUV 42.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 84 21 43 0 0.75 0.49 0.67 339.05 0.6 0.21
Hex 54 15 2B 0 4B 31 43 153 3C 15
Octal 124 25 53 0 113 61 103 523 74 25
Binary 1010100 10101 101011 0 1001011 110001 1000011 101010011 111100 10101

Color Harmonies of #54152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54152B

Black with #54152B

Text Example


Text Example

White with #54152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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