Html Css Color HEX #480F1D Bordeaux

📋 copy color: '#480F1D'

red 72 ◦ green 15 ◦ blue 29

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

Shades of Bordeaux #480F1D

Tints of Bordeaux #480F1D

RGB

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

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

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

R = 62.07%
G = 12.93%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#480F1D (or 0x480F1D) is known color: Bordeaux. HEX triplet: 48, 0F and 1D. RGB value is (72,15,29). Sum of RGB (Red+Green+Blue) = 72+15+29=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #480F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F1D is #B7F0E2. Grayscale: #212121. Windows color (decimal): -12054755 or 1904456. OLE color: 1904456.

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

Color convert

RGB 72 15 29 -
CMYK 0 0.79 0.60 0.72
HSL 345.26º 0.66% 0.17% -
HSV(B) 345.26º 0.79% 0.28% -
XYZ 3.07 1.81 1.35 -
YUV 33.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 72 15 29 0 0.79 0.60 0.72 345.26 0.66 0.17
Hex 48 F 1D 0 4F 3C 48 159 42 11
Octal 110 17 35 0 117 74 110 531 102 21
Binary 1001000 1111 11101 0 1001111 111100 1001000 101011001 1000010 10001

Color Harmonies of #480F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F1D

Black with #480F1D

Text Example


Text Example

White with #480F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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