Html Css Color HEX #54172A Bordeaux

📋 copy color: '#54172A'

red 84 ◦ green 23 ◦ blue 42

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

Shades of Bordeaux #54172A

Tints of Bordeaux #54172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.44%

 BLUE value IS 42 (16.8% from 255) = 28.19%

R = 56.38%
G = 15.44%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54172A (or 0x54172A) is known color: Bordeaux. HEX triplet: 54, 17 and 2A. RGB value is (84,23,42). Sum of RGB (Red+Green+Blue) = 84+23+42=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54172A is #ABE8D5. Grayscale: #2B2B2B. Windows color (decimal): -11266262 or 2758484. OLE color: 2758484.

HSL color Cylindrical-coordinate representation of color #54172A: hue angle of 341.31º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54172A is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 23 42 -
CMYK 0 0.73 0.5 0.67
HSL 341.31º 0.57% 0.21% -
HSV(B) 341.31º 0.73% 0.33% -
XYZ 4.38 2.66 2.47 -
YUV 43.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 84 23 42 0 0.73 0.5 0.67 341.31 0.57 0.21
Hex 54 17 2A 0 49 32 43 155 39 15
Octal 124 27 52 0 111 62 103 525 71 25
Binary 1010100 10111 101010 0 1001001 110010 1000011 101010101 111001 10101

Color Harmonies of #54172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54172A

Black with #54172A

Text Example


Text Example

White with #54172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54172A; }

 p { color: rgb(84,23,42); }

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

background-color css

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

 a { background-color: rgb(84,23,42); }

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

border-color css

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

 span { border-color: rgb(84,23,42); }

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