Html Css Color HEX #480D1A Bordeaux

📋 copy color: '#480D1A'

red 72 ◦ green 13 ◦ blue 26

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

Shades of Bordeaux #480D1A

Tints of Bordeaux #480D1A

RGB

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

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

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

R = 64.86%
G = 11.71%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#480D1A (or 0x480D1A) is known color: Bordeaux. HEX triplet: 48, 0D and 1A. RGB value is (72,13,26). Sum of RGB (Red+Green+Blue) = 72+13+26=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D1A is #B7F2E5. Grayscale: #202020. Windows color (decimal): -12055270 or 1707336. OLE color: 1707336.

HSL color Cylindrical-coordinate representation of color #480D1A: hue angle of 346.78º 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 #480D1A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 13 26 -
CMYK 0 0.82 0.64 0.72
HSL 346.78º 0.69% 0.17% -
HSV(B) 346.78º 0.82% 0.28% -
XYZ 3 1.74 1.15 -
YUV 32.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 72 13 26 0 0.82 0.64 0.72 346.78 0.69 0.17
Hex 48 D 1A 0 52 40 48 15B 45 11
Octal 110 15 32 0 122 100 110 533 105 21
Binary 1001000 1101 11010 0 1010010 1000000 1001000 101011011 1000101 10001

Color Harmonies of #480D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D1A

Black with #480D1A

Text Example


Text Example

White with #480D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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