Html Css Color HEX #480B17 Bordeaux

📋 copy color: '#480B17'

red 72 ◦ green 11 ◦ blue 23

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

Shades of Bordeaux #480B17

Tints of Bordeaux #480B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.38%

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

R = 67.92%
G = 10.38%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#480B17 (or 0x480B17) is known color: Bordeaux. HEX triplet: 48, 0B and 17. RGB value is (72,11,23). Sum of RGB (Red+Green+Blue) = 72+11+23=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B17 is #B7F4E8. Grayscale: #1E1E1E. Windows color (decimal): -12055785 or 1510216. OLE color: 1510216.

HSL color Cylindrical-coordinate representation of color #480B17: hue angle of 348.2º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B17 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 11 23 -
CMYK 0 0.85 0.68 0.72
HSL 348.2º 0.73% 0.16% -
HSV(B) 348.2º 0.85% 0.28% -
XYZ 2.95 1.68 0.98 -
YUV 30.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 72 11 23 0 0.85 0.68 0.72 348.2 0.73 0.16
Hex 48 B 17 0 55 44 48 15C 49 10
Octal 110 13 27 0 125 104 110 534 111 20
Binary 1001000 1011 10111 0 1010101 1000100 1001000 101011100 1001001 10000

Color Harmonies of #480B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B17

Black with #480B17

Text Example


Text Example

White with #480B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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