Html Css Color HEX #54030F Bordeaux

📋 copy color: '#54030F'

red 84 ◦ green 3 ◦ blue 15

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

Shades of Bordeaux #54030F

Tints of Bordeaux #54030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.94%

 BLUE value IS 15 (6.25% from 255) = 14.71%

R = 82.35%
G = 2.94%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54030F (or 0x54030F) is known color: Bordeaux. HEX triplet: 54, 03 and 0F. RGB value is (84,3,15). Sum of RGB (Red+Green+Blue) = 84+3+15=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #54030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54030F is #ABFCF0. Grayscale: #1C1C1C. Windows color (decimal): -11271409 or 983892. OLE color: 983892.

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

Color convert

RGB 84 3 15 -
CMYK 0 0.96 0.82 0.67
HSL 351.11º 0.93% 0.17% -
HSV(B) 351.11º 0.96% 0.33% -
XYZ 3.77 1.98 0.64 -
YUV 28.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 84 3 15 0 0.96 0.82 0.67 351.11 0.93 0.17
Hex 54 3 F 0 60 52 43 15F 5D 11
Octal 124 3 17 0 140 122 103 537 135 21
Binary 1010100 11 1111 0 1100000 1010010 1000011 101011111 1011101 10001

Color Harmonies of #54030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54030F

Black with #54030F

Text Example


Text Example

White with #54030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,3,15); }

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

background-color css

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

 a { background-color: rgb(84,3,15); }

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

border-color css

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

 span { border-color: rgb(84,3,15); }

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