Html Css Color HEX #480114 Bordeaux

📋 copy color: '#480114'

red 72 ◦ green 1 ◦ blue 20

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

Shades of Bordeaux #480114

Tints of Bordeaux #480114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 77.42%
G = 1.08%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#480114 (or 0x480114) is known color: Bordeaux. HEX triplet: 48, 01 and 14. RGB value is (72,1,20). Sum of RGB (Red+Green+Blue) = 72+1+20=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480114 is #B7FEEB. Grayscale: #181818. Windows color (decimal): -12058348 or 1311048. OLE color: 1311048.

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

Color convert

RGB 72 1 20 -
CMYK 0 0.99 0.72 0.72
HSL 343.94º 0.97% 0.14% -
HSV(B) 343.94º 0.99% 0.28% -
XYZ 2.81 1.45 0.79 -
YUV 24.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 72 1 20 0 0.99 0.72 0.72 343.94 0.97 0.14
Hex 48 1 14 0 63 48 48 158 61 E
Octal 110 1 24 0 143 110 110 530 141 16
Binary 1001000 1 10100 0 1100011 1001000 1001000 101011000 1100001 1110

Color Harmonies of #480114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480114

Black with #480114

Text Example


Text Example

White with #480114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480114; }

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

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

background-color css

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

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

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

border-color css

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

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

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