Html Css Color HEX #481820 Bordeaux

📋 copy color: '#481820'

red 72 ◦ green 24 ◦ blue 32

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

Shades of Bordeaux #481820

Tints of Bordeaux #481820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

 BLUE value IS 32 (12.89% from 255) = 25%

R = 56.25%
G = 18.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481820 (or 0x481820) is known color: Bordeaux. HEX triplet: 48, 18 and 20. RGB value is (72,24,32). Sum of RGB (Red+Green+Blue) = 72+24+32=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481820 is #B7E7DF. Grayscale: #272727. Windows color (decimal): -12052448 or 2103368. OLE color: 2103368.

HSL color Cylindrical-coordinate representation of color #481820: hue angle of 350º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481820 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 32 -
CMYK 0 0.67 0.56 0.72
HSL 350º 0.5% 0.19% -
HSV(B) 350º 0.67% 0.28% -
XYZ 3.26 2.14 1.61 -
YUV 39.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 72 24 32 0 0.67 0.56 0.72 350 0.5 0.19
Hex 48 18 20 0 43 38 48 15E 32 13
Octal 110 30 40 0 103 70 110 536 62 23
Binary 1001000 11000 100000 0 1000011 111000 1001000 101011110 110010 10011

Color Harmonies of #481820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481820

Black with #481820

Text Example


Text Example

White with #481820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481820; }

 p { color: rgb(72,24,32); }

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

background-color css

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

 a { background-color: rgb(72,24,32); }

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

border-color css

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

 span { border-color: rgb(72,24,32); }

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