Html Css Color HEX #480B1A Bordeaux

📋 copy color: '#480B1A'

red 72 ◦ green 11 ◦ blue 26

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

Shades of Bordeaux #480B1A

Tints of Bordeaux #480B1A

RGB

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

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

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

R = 66.06%
G = 10.09%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#480B1A (or 0x480B1A) is known color: Bordeaux. HEX triplet: 48, 0B and 1A. RGB value is (72,11,26). Sum of RGB (Red+Green+Blue) = 72+11+26=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B1A is #B7F4E5. Grayscale: #1E1E1E. Windows color (decimal): -12055782 or 1706824. OLE color: 1706824.

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

Color convert

RGB 72 11 26 -
CMYK 0 0.85 0.64 0.72
HSL 345.25º 0.73% 0.16% -
HSV(B) 345.25º 0.85% 0.28% -
XYZ 2.98 1.69 1.15 -
YUV 30.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 72 11 26 0 0.85 0.64 0.72 345.25 0.73 0.16
Hex 48 B 1A 0 55 40 48 159 49 10
Octal 110 13 32 0 125 100 110 531 111 20
Binary 1001000 1011 11010 0 1010101 1000000 1001000 101011001 1001001 10000

Color Harmonies of #480B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B1A

Black with #480B1A

Text Example


Text Example

White with #480B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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