Html Css Color HEX #481E27 Bordeaux

📋 copy color: '#481E27'

red 72 ◦ green 30 ◦ blue 39

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

Shades of Bordeaux #481E27

Tints of Bordeaux #481E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.28%

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

R = 51.06%
G = 21.28%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#481E27 (or 0x481E27) is known color: Bordeaux. HEX triplet: 48, 1E and 27. RGB value is (72,30,39). Sum of RGB (Red+Green+Blue) = 72+30+39=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E27 is #B7E1D8. Grayscale: #2B2B2B. Windows color (decimal): -12050905 or 2563656. OLE color: 2563656.

HSL color Cylindrical-coordinate representation of color #481E27: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E27 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 30 39 -
CMYK 0 0.58 0.46 0.72
HSL 347.14º 0.41% 0.2% -
HSV(B) 347.14º 0.58% 0.28% -
XYZ 3.5 2.45 2.21 -
YUV 43.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 72 30 39 0 0.58 0.46 0.72 347.14 0.41 0.2
Hex 48 1E 27 0 3A 2E 48 15B 29 14
Octal 110 36 47 0 72 56 110 533 51 24
Binary 1001000 11110 100111 0 111010 101110 1001000 101011011 101001 10100

Color Harmonies of #481E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E27

Black with #481E27

Text Example


Text Example

White with #481E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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