Html Css Color HEX #481524 Bordeaux

📋 copy color: '#481524'

red 72 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #481524

Tints of Bordeaux #481524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 36 (14.45% from 255) = 27.91%

R = 55.81%
G = 16.28%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#481524 (or 0x481524) is known color: Bordeaux. HEX triplet: 48, 15 and 24. RGB value is (72,21,36). Sum of RGB (Red+Green+Blue) = 72+21+36=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481524 is #B7EADB. Grayscale: #252525. Windows color (decimal): -12053212 or 2364744. OLE color: 2364744.

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

Color convert

RGB 72 21 36 -
CMYK 0 0.71 0.5 0.72
HSL 342.35º 0.55% 0.18% -
HSV(B) 342.35º 0.71% 0.28% -
XYZ 3.26 2.04 1.89 -
YUV 37.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 72 21 36 0 0.71 0.5 0.72 342.35 0.55 0.18
Hex 48 15 24 0 47 32 48 156 37 12
Octal 110 25 44 0 107 62 110 526 67 22
Binary 1001000 10101 100100 0 1000111 110010 1001000 101010110 110111 10010

Color Harmonies of #481524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481524

Black with #481524

Text Example


Text Example

White with #481524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481524; }

 p { color: rgb(72,21,36); }

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

background-color css

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

 a { background-color: rgb(72,21,36); }

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

border-color css

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

 span { border-color: rgb(72,21,36); }

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