Html Css Color HEX #480117 Bordeaux

📋 copy color: '#480117'

red 72 ◦ green 1 ◦ blue 23

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

Shades of Bordeaux #480117

Tints of Bordeaux #480117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.04%

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

R = 75%
G = 1.04%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#480117 (or 0x480117) is known color: Bordeaux. HEX triplet: 48, 01 and 17. RGB value is (72,1,23). Sum of RGB (Red+Green+Blue) = 72+1+23=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480117 is #B7FEE8. Grayscale: #181818. Windows color (decimal): -12058345 or 1507656. OLE color: 1507656.

HSL color Cylindrical-coordinate representation of color #480117: hue angle of 341.41º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480117 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 23 -
CMYK 0 0.99 0.68 0.72
HSL 341.41º 0.97% 0.14% -
HSV(B) 341.41º 0.99% 0.28% -
XYZ 2.84 1.46 0.94 -
YUV 24.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 72 1 23 0 0.99 0.68 0.72 341.41 0.97 0.14
Hex 48 1 17 0 63 44 48 155 61 E
Octal 110 1 27 0 143 104 110 525 141 16
Binary 1001000 1 10111 0 1100011 1000100 1001000 101010101 1100001 1110

Color Harmonies of #480117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480117

Black with #480117

Text Example


Text Example

White with #480117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480117; }

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

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

background-color css

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

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

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

border-color css

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

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

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