Html Css Color HEX #480C1E Bordeaux

📋 copy color: '#480C1E'

red 72 ◦ green 12 ◦ blue 30

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

Shades of Bordeaux #480C1E

Tints of Bordeaux #480C1E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.53%

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 63.16%
G = 10.53%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#480C1E (or 0x480C1E) is known color: Bordeaux. HEX triplet: 48, 0C and 1E. RGB value is (72,12,30). Sum of RGB (Red+Green+Blue) = 72+12+30=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C1E is #B7F3E1. Grayscale: #1F1F1F. Windows color (decimal): -12055522 or 1969224. OLE color: 1969224.

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

Color convert

RGB 72 12 30 -
CMYK 0 0.83 0.58 0.72
HSL 342º 0.71% 0.16% -
HSV(B) 342º 0.83% 0.28% -
XYZ 3.04 1.73 1.4 -
YUV 31.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 72 12 30 0 0.83 0.58 0.72 342 0.71 0.16
Hex 48 C 1E 0 53 3A 48 156 47 10
Octal 110 14 36 0 123 72 110 526 107 20
Binary 1001000 1100 11110 0 1010011 111010 1001000 101010110 1000111 10000

Color Harmonies of #480C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C1E

Black with #480C1E

Text Example


Text Example

White with #480C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,12,30); }

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

background-color css

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

 a { background-color: rgb(72,12,30); }

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

border-color css

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

 span { border-color: rgb(72,12,30); }

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