Html Css Color HEX #54131A Bordeaux

📋 copy color: '#54131A'

red 84 ◦ green 19 ◦ blue 26

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

Shades of Bordeaux #54131A

Tints of Bordeaux #54131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.73%

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

R = 65.12%
G = 14.73%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54131A (or 0x54131A) is known color: Bordeaux. HEX triplet: 54, 13 and 1A. RGB value is (84,19,26). Sum of RGB (Red+Green+Blue) = 84+19+26=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #54131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54131A is #ABECE5. Grayscale: #272727. Windows color (decimal): -11267302 or 1708884. OLE color: 1708884.

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

Color convert

RGB 84 19 26 -
CMYK 0 0.77 0.69 0.67
HSL 353.54º 0.63% 0.2% -
HSV(B) 353.54º 0.77% 0.33% -
XYZ 4.08 2.43 1.23 -
YUV 39.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 84 19 26 0 0.77 0.69 0.67 353.54 0.63 0.2
Hex 54 13 1A 0 4D 45 43 162 3F 14
Octal 124 23 32 0 115 105 103 542 77 24
Binary 1010100 10011 11010 0 1001101 1000101 1000011 101100010 111111 10100

Color Harmonies of #54131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54131A

Black with #54131A

Text Example


Text Example

White with #54131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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