Html Css Color HEX #54021F Bordeaux

📋 copy color: '#54021F'

red 84 ◦ green 2 ◦ blue 31

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

Shades of Bordeaux #54021F

Tints of Bordeaux #54021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 71.79%
G = 1.71%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54021F (or 0x54021F) is known color: Bordeaux. HEX triplet: 54, 02 and 1F. RGB value is (84,2,31). Sum of RGB (Red+Green+Blue) = 84+2+31=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54021F is #ABFDE0. Grayscale: #1D1D1D. Windows color (decimal): -11271649 or 2032212. OLE color: 2032212.

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

Color convert

RGB 84 2 31 -
CMYK 0 0.98 0.63 0.67
HSL 338.78º 0.95% 0.17% -
HSV(B) 338.78º 0.98% 0.33% -
XYZ 3.93 2.03 1.48 -
YUV 29.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 84 2 31 0 0.98 0.63 0.67 338.78 0.95 0.17
Hex 54 2 1F 0 62 3F 43 153 5F 11
Octal 124 2 37 0 142 77 103 523 137 21
Binary 1010100 10 11111 0 1100010 111111 1000011 101010011 1011111 10001

Color Harmonies of #54021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54021F

Black with #54021F

Text Example


Text Example

White with #54021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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