Html Css Color HEX #480D18 Bordeaux

📋 copy color: '#480D18'

red 72 ◦ green 13 ◦ blue 24

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

Shades of Bordeaux #480D18

Tints of Bordeaux #480D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.02%

R = 66.06%
G = 11.93%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#480D18 (or 0x480D18) is known color: Bordeaux. HEX triplet: 48, 0D and 18. RGB value is (72,13,24). Sum of RGB (Red+Green+Blue) = 72+13+24=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D18 is #B7F2E7. Grayscale: #1F1F1F. Windows color (decimal): -12055272 or 1576264. OLE color: 1576264.

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

Color convert

RGB 72 13 24 -
CMYK 0 0.82 0.67 0.72
HSL 348.81º 0.69% 0.17% -
HSV(B) 348.81º 0.82% 0.28% -
XYZ 2.98 1.73 1.04 -
YUV 31.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 72 13 24 0 0.82 0.67 0.72 348.81 0.69 0.17
Hex 48 D 18 0 52 43 48 15D 45 11
Octal 110 15 30 0 122 103 110 535 105 21
Binary 1001000 1101 11000 0 1010010 1000011 1001000 101011101 1000101 10001

Color Harmonies of #480D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D18

Black with #480D18

Text Example


Text Example

White with #480D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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