Html Css Color HEX #480D1E Bordeaux

📋 copy color: '#480D1E'

red 72 ◦ green 13 ◦ blue 30

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

Shades of Bordeaux #480D1E

Tints of Bordeaux #480D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.3%

 BLUE value IS 30 (12.11% from 255) = 26.09%

R = 62.61%
G = 11.3%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#480D1E (or 0x480D1E) is known color: Bordeaux. HEX triplet: 48, 0D and 1E. RGB value is (72,13,30). Sum of RGB (Red+Green+Blue) = 72+13+30=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D1E is #B7F2E1. Grayscale: #202020. Windows color (decimal): -12055266 or 1969480. OLE color: 1969480.

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

Color convert

RGB 72 13 30 -
CMYK 0 0.82 0.58 0.72
HSL 342.71º 0.69% 0.17% -
HSV(B) 342.71º 0.82% 0.28% -
XYZ 3.05 1.76 1.41 -
YUV 32.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 72 13 30 0 0.82 0.58 0.72 342.71 0.69 0.17
Hex 48 D 1E 0 52 3A 48 157 45 11
Octal 110 15 36 0 122 72 110 527 105 21
Binary 1001000 1101 11110 0 1010010 111010 1001000 101010111 1000101 10001

Color Harmonies of #480D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D1E

Black with #480D1E

Text Example


Text Example

White with #480D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,13,30); }

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

background-color css

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

 a { background-color: rgb(72,13,30); }

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

border-color css

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

 span { border-color: rgb(72,13,30); }

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