Html Css Color HEX #481323 Bordeaux

📋 copy color: '#481323'

red 72 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #481323

Tints of Bordeaux #481323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.08%

 BLUE value IS 35 (14.06% from 255) = 27.78%

R = 57.14%
G = 15.08%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#481323 (or 0x481323) is known color: Bordeaux. HEX triplet: 48, 13 and 23. RGB value is (72,19,35). Sum of RGB (Red+Green+Blue) = 72+19+35=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481323 is #B7ECDC. Grayscale: #242424. Windows color (decimal): -12053725 or 2298696. OLE color: 2298696.

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

Color convert

RGB 72 19 35 -
CMYK 0 0.74 0.51 0.72
HSL 341.89º 0.58% 0.18% -
HSV(B) 341.89º 0.74% 0.28% -
XYZ 3.21 1.96 1.8 -
YUV 36.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 72 19 35 0 0.74 0.51 0.72 341.89 0.58 0.18
Hex 48 13 23 0 4A 33 48 156 3A 12
Octal 110 23 43 0 112 63 110 526 72 22
Binary 1001000 10011 100011 0 1001010 110011 1001000 101010110 111010 10010

Color Harmonies of #481323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481323

Black with #481323

Text Example


Text Example

White with #481323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481323; }

 p { color: rgb(72,19,35); }

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

background-color css

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

 a { background-color: rgb(72,19,35); }

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

border-color css

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

 span { border-color: rgb(72,19,35); }

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