Html Css Color HEX #54171E Bordeaux

📋 copy color: '#54171E'

red 84 ◦ green 23 ◦ blue 30

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

Shades of Bordeaux #54171E

Tints of Bordeaux #54171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 61.31%
G = 16.79%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54171E (or 0x54171E) is known color: Bordeaux. HEX triplet: 54, 17 and 1E. RGB value is (84,23,30). Sum of RGB (Red+Green+Blue) = 84+23+30=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #54171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54171E is #ABE8E1. Grayscale: #2A2A2A. Windows color (decimal): -11266274 or 1972052. OLE color: 1972052.

HSL color Cylindrical-coordinate representation of color #54171E: hue angle of 353.11º 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 #54171E is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 23 30 -
CMYK 0 0.73 0.64 0.67
HSL 353.11º 0.57% 0.21% -
HSV(B) 353.11º 0.73% 0.33% -
XYZ 4.2 2.59 1.51 -
YUV 42.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 84 23 30 0 0.73 0.64 0.67 353.11 0.57 0.21
Hex 54 17 1E 0 49 40 43 161 39 15
Octal 124 27 36 0 111 100 103 541 71 25
Binary 1010100 10111 11110 0 1001001 1000000 1000011 101100001 111001 10101

Color Harmonies of #54171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54171E

Black with #54171E

Text Example


Text Example

White with #54171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54171E; }

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

 H1.HeaderClassName
 {
   color: #54171E;
 }
 .AnyTagClassName
 {
   color: #54171E;
 }
</style>

background-color css

<style>
 a { background-color: #54171E; }

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

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

border-color css

<style>
 span { border-color: #54171E; }

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

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