Html Css Color HEX #480B1D Bordeaux

📋 copy color: '#480B1D'

red 72 ◦ green 11 ◦ blue 29

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

Shades of Bordeaux #480B1D

Tints of Bordeaux #480B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.82%

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

R = 64.29%
G = 9.82%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#480B1D (or 0x480B1D) is known color: Bordeaux. HEX triplet: 48, 0B and 1D. RGB value is (72,11,29). Sum of RGB (Red+Green+Blue) = 72+11+29=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B1D is #B7F4E2. Grayscale: #1F1F1F. Windows color (decimal): -12055779 or 1903432. OLE color: 1903432.

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

Color convert

RGB 72 11 29 -
CMYK 0 0.85 0.60 0.72
HSL 342.3º 0.73% 0.16% -
HSV(B) 342.3º 0.85% 0.28% -
XYZ 3.01 1.71 1.33 -
YUV 31.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 72 11 29 0 0.85 0.60 0.72 342.3 0.73 0.16
Hex 48 B 1D 0 55 3C 48 156 49 10
Octal 110 13 35 0 125 74 110 526 111 20
Binary 1001000 1011 11101 0 1010101 111100 1001000 101010110 1001001 10000

Color Harmonies of #480B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B1D

Black with #480B1D

Text Example


Text Example

White with #480B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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