Html Css Color HEX #480917 Bordeaux

📋 copy color: '#480917'

red 72 ◦ green 9 ◦ blue 23

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

Shades of Bordeaux #480917

Tints of Bordeaux #480917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 22.12%

R = 69.23%
G = 8.65%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#480917 (or 0x480917) is known color: Bordeaux. HEX triplet: 48, 09 and 17. RGB value is (72,9,23). Sum of RGB (Red+Green+Blue) = 72+9+23=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480917 is #B7F6E8. Grayscale: #1D1D1D. Windows color (decimal): -12056297 or 1509704. OLE color: 1509704.

HSL color Cylindrical-coordinate representation of color #480917: hue angle of 346.67º 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 #480917 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 23 -
CMYK 0 0.88 0.68 0.72
HSL 346.67º 0.78% 0.16% -
HSV(B) 346.67º 0.88% 0.28% -
XYZ 2.92 1.63 0.97 -
YUV 29.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 72 9 23 0 0.88 0.68 0.72 346.67 0.78 0.16
Hex 48 9 17 0 58 44 48 15B 4E 10
Octal 110 11 27 0 130 104 110 533 116 20
Binary 1001000 1001 10111 0 1011000 1000100 1001000 101011011 1001110 10000

Color Harmonies of #480917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480917

Black with #480917

Text Example


Text Example

White with #480917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480917; }

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

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

background-color css

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

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

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

border-color css

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

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

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