Html Css Color HEX #480F1A Bordeaux

📋 copy color: '#480F1A'

red 72 ◦ green 15 ◦ blue 26

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

Shades of Bordeaux #480F1A

Tints of Bordeaux #480F1A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.27%

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

R = 63.72%
G = 13.27%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#480F1A (or 0x480F1A) is known color: Bordeaux. HEX triplet: 48, 0F and 1A. RGB value is (72,15,26). Sum of RGB (Red+Green+Blue) = 72+15+26=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F1A is #B7F0E5. Grayscale: #212121. Windows color (decimal): -12054758 or 1707848. OLE color: 1707848.

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

Color convert

RGB 72 15 26 -
CMYK 0 0.79 0.64 0.72
HSL 348.42º 0.66% 0.17% -
HSV(B) 348.42º 0.79% 0.28% -
XYZ 3.03 1.79 1.16 -
YUV 33.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 72 15 26 0 0.79 0.64 0.72 348.42 0.66 0.17
Hex 48 F 1A 0 4F 40 48 15C 42 11
Octal 110 17 32 0 117 100 110 534 102 21
Binary 1001000 1111 11010 0 1001111 1000000 1001000 101011100 1000010 10001

Color Harmonies of #480F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F1A

Black with #480F1A

Text Example


Text Example

White with #480F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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