Html Css Color HEX #480E1D Bordeaux

📋 copy color: '#480E1D'

red 72 ◦ green 14 ◦ blue 29

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

Shades of Bordeaux #480E1D

Tints of Bordeaux #480E1D

RGB

 RED value IS 72 (28.52% from 255) = 62.61%

 GREEN value IS 14 (5.86% from 255) = 12.17%

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 62.61%
G = 12.17%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#480E1D (or 0x480E1D) is known color: Bordeaux. HEX triplet: 48, 0E and 1D. RGB value is (72,14,29). Sum of RGB (Red+Green+Blue) = 72+14+29=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E1D is #B7F1E2. Grayscale: #212121. Windows color (decimal): -12055011 or 1904200. OLE color: 1904200.

HSL color Cylindrical-coordinate representation of color #480E1D: hue angle of 344.48º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #480E1D is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 14 29 -
CMYK 0 0.81 0.60 0.72
HSL 344.48º 0.67% 0.17% -
HSV(B) 344.48º 0.81% 0.28% -
XYZ 3.05 1.78 1.35 -
YUV 33.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 72 14 29 0 0.81 0.60 0.72 344.48 0.67 0.17
Hex 48 E 1D 0 51 3C 48 158 43 11
Octal 110 16 35 0 121 74 110 530 103 21
Binary 1001000 1110 11101 0 1010001 111100 1001000 101011000 1000011 10001

Color Harmonies of #480E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E1D

Black with #480E1D

Text Example


Text Example

White with #480E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480E1D; }

 p { color: rgb(72,14,29); }

 H1.HeaderClassName
 {
   color: #480E1D;
 }
 .AnyTagClassName
 {
   color: #480E1D;
 }
</style>

background-color css

<style>
 a { background-color: #480E1D; }

 a { background-color: rgb(72,14,29); }

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

border-color css

<style>
 span { border-color: #480E1D; }

 span { border-color: rgb(72,14,29); }

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