Html Css Color HEX #54051A Bordeaux

📋 copy color: '#54051A'

red 84 ◦ green 5 ◦ blue 26

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

Shades of Bordeaux #54051A

Tints of Bordeaux #54051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.35%

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 73.04%
G = 4.35%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54051A (or 0x54051A) is known color: Bordeaux. HEX triplet: 54, 05 and 1A. RGB value is (84,5,26). Sum of RGB (Red+Green+Blue) = 84+5+26=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54051A is #ABFAE5. Grayscale: #1F1F1F. Windows color (decimal): -11270886 or 1705300. OLE color: 1705300.

HSL color Cylindrical-coordinate representation of color #54051A: hue angle of 344.05º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54051A is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 5 26 -
CMYK 0 0.94 0.69 0.67
HSL 344.05º 0.89% 0.17% -
HSV(B) 344.05º 0.94% 0.33% -
XYZ 3.9 2.07 1.17 -
YUV 31.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 84 5 26 0 0.94 0.69 0.67 344.05 0.89 0.17
Hex 54 5 1A 0 5E 45 43 158 59 11
Octal 124 5 32 0 136 105 103 530 131 21
Binary 1010100 101 11010 0 1011110 1000101 1000011 101011000 1011001 10001

Color Harmonies of #54051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54051A

Black with #54051A

Text Example


Text Example

White with #54051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,5,26); }

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

background-color css

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

 a { background-color: rgb(84,5,26); }

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

border-color css

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

 span { border-color: rgb(84,5,26); }

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