Html Css Color HEX #480918 Bordeaux

📋 copy color: '#480918'

red 72 ◦ green 9 ◦ blue 24

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

Shades of Bordeaux #480918

Tints of Bordeaux #480918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.57%

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

R = 68.57%
G = 8.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#480918 (or 0x480918) is known color: Bordeaux. HEX triplet: 48, 09 and 18. RGB value is (72,9,24). Sum of RGB (Red+Green+Blue) = 72+9+24=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #480918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480918 is #B7F6E7. Grayscale: #1D1D1D. Windows color (decimal): -12056296 or 1575240. OLE color: 1575240.

HSL color Cylindrical-coordinate representation of color #480918: hue angle of 345.71º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480918 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 24 -
CMYK 0 0.88 0.67 0.72
HSL 345.71º 0.78% 0.16% -
HSV(B) 345.71º 0.88% 0.28% -
XYZ 2.94 1.64 1.03 -
YUV 29.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 72 9 24 0 0.88 0.67 0.72 345.71 0.78 0.16
Hex 48 9 18 0 58 43 48 15A 4E 10
Octal 110 11 30 0 130 103 110 532 116 20
Binary 1001000 1001 11000 0 1011000 1000011 1001000 101011010 1001110 10000

Color Harmonies of #480918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480918

Black with #480918

Text Example


Text Example

White with #480918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480918; }

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

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

background-color css

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

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

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

border-color css

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

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

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