Html Css Color HEX #481620 Bordeaux

📋 copy color: '#481620'

red 72 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #481620

Tints of Bordeaux #481620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.46%

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

R = 57.14%
G = 17.46%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481620 (or 0x481620) is known color: Bordeaux. HEX triplet: 48, 16 and 20. RGB value is (72,22,32). Sum of RGB (Red+Green+Blue) = 72+22+32=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481620 is #B7E9DF. Grayscale: #262626. Windows color (decimal): -12052960 or 2102856. OLE color: 2102856.

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

Color convert

RGB 72 22 32 -
CMYK 0 0.69 0.56 0.72
HSL 348º 0.53% 0.18% -
HSV(B) 348º 0.69% 0.28% -
XYZ 3.22 2.06 1.59 -
YUV 38.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 72 22 32 0 0.69 0.56 0.72 348 0.53 0.18
Hex 48 16 20 0 45 38 48 15C 35 12
Octal 110 26 40 0 105 70 110 534 65 22
Binary 1001000 10110 100000 0 1000101 111000 1001000 101011100 110101 10010

Color Harmonies of #481620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481620

Black with #481620

Text Example


Text Example

White with #481620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481620; }

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

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

background-color css

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

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

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

border-color css

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

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

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