Html Css Color HEX #54132A Bordeaux

📋 copy color: '#54132A'

red 84 ◦ green 19 ◦ blue 42

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

Shades of Bordeaux #54132A

Tints of Bordeaux #54132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.97%

R = 57.93%
G = 13.1%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54132A (or 0x54132A) is known color: Bordeaux. HEX triplet: 54, 13 and 2A. RGB value is (84,19,42). Sum of RGB (Red+Green+Blue) = 84+19+42=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54132A is #ABECD5. Grayscale: #292929. Windows color (decimal): -11267286 or 2757460. OLE color: 2757460.

HSL color Cylindrical-coordinate representation of color #54132A: hue angle of 338.77º 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 #54132A is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 19 42 -
CMYK 0 0.77 0.5 0.67
HSL 338.77º 0.63% 0.2% -
HSV(B) 338.77º 0.77% 0.33% -
XYZ 4.31 2.52 2.45 -
YUV 41.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 84 19 42 0 0.77 0.5 0.67 338.77 0.63 0.2
Hex 54 13 2A 0 4D 32 43 153 3F 14
Octal 124 23 52 0 115 62 103 523 77 24
Binary 1010100 10011 101010 0 1001101 110010 1000011 101010011 111111 10100

Color Harmonies of #54132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54132A

Black with #54132A

Text Example


Text Example

White with #54132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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