Html Css Color HEX #481927 Bordeaux

📋 copy color: '#481927'

red 72 ◦ green 25 ◦ blue 39

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

Shades of Bordeaux #481927

Tints of Bordeaux #481927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 52.94%
G = 18.38%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#481927 (or 0x481927) is known color: Bordeaux. HEX triplet: 48, 19 and 27. RGB value is (72,25,39). Sum of RGB (Red+Green+Blue) = 72+25+39=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481927 is #B7E6D8. Grayscale: #282828. Windows color (decimal): -12052185 or 2562376. OLE color: 2562376.

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

Color convert

RGB 72 25 39 -
CMYK 0 0.65 0.46 0.72
HSL 342.13º 0.48% 0.19% -
HSV(B) 342.13º 0.65% 0.28% -
XYZ 3.39 2.22 2.17 -
YUV 40.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 72 25 39 0 0.65 0.46 0.72 342.13 0.48 0.19
Hex 48 19 27 0 41 2E 48 156 30 13
Octal 110 31 47 0 101 56 110 526 60 23
Binary 1001000 11001 100111 0 1000001 101110 1001000 101010110 110000 10011

Color Harmonies of #481927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481927

Black with #481927

Text Example


Text Example

White with #481927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481927; }

 p { color: rgb(72,25,39); }

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

background-color css

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

 a { background-color: rgb(72,25,39); }

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

border-color css

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

 span { border-color: rgb(72,25,39); }

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