Html Css Color HEX #54041F Bordeaux

📋 copy color: '#54041F'

red 84 ◦ green 4 ◦ blue 31

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

Shades of Bordeaux #54041F

Tints of Bordeaux #54041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 70.59%
G = 3.36%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54041F (or 0x54041F) is known color: Bordeaux. HEX triplet: 54, 04 and 1F. RGB value is (84,4,31). Sum of RGB (Red+Green+Blue) = 84+4+31=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #54041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54041F is #ABFBE0. Grayscale: #1E1E1E. Windows color (decimal): -11271137 or 2032724. OLE color: 2032724.

HSL color Cylindrical-coordinate representation of color #54041F: hue angle of 339.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54041F is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 4 31 -
CMYK 0 0.95 0.63 0.67
HSL 339.75º 0.91% 0.17% -
HSV(B) 339.75º 0.95% 0.33% -
XYZ 3.95 2.07 1.49 -
YUV 31 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 84 4 31 0 0.95 0.63 0.67 339.75 0.91 0.17
Hex 54 4 1F 0 5F 3F 43 154 5B 11
Octal 124 4 37 0 137 77 103 524 133 21
Binary 1010100 100 11111 0 1011111 111111 1000011 101010100 1011011 10001

Color Harmonies of #54041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54041F

Black with #54041F

Text Example


Text Example

White with #54041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54041F; }

 p { color: rgb(84,4,31); }

 H1.HeaderClassName
 {
   color: #54041F;
 }
 .AnyTagClassName
 {
   color: #54041F;
 }
</style>

background-color css

<style>
 a { background-color: #54041F; }

 a { background-color: rgb(84,4,31); }

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

border-color css

<style>
 span { border-color: #54041F; }

 span { border-color: rgb(84,4,31); }

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