Html Css Color HEX #482027 Bordeaux

📋 copy color: '#482027'

red 72 ◦ green 32 ◦ blue 39

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

Shades of Bordeaux #482027

Tints of Bordeaux #482027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.38%

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

R = 50.35%
G = 22.38%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#482027 (or 0x482027) is known color: Bordeaux. HEX triplet: 48, 20 and 27. RGB value is (72,32,39). Sum of RGB (Red+Green+Blue) = 72+32+39=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482027 is #B7DFD8. Grayscale: #2C2C2C. Windows color (decimal): -12050393 or 2564168. OLE color: 2564168.

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

Color convert

RGB 72 32 39 -
CMYK 0 0.56 0.46 0.72
HSL 349.5º 0.38% 0.2% -
HSV(B) 349.5º 0.56% 0.28% -
XYZ 3.56 2.56 2.23 -
YUV 44.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 72 32 39 0 0.56 0.46 0.72 349.5 0.38 0.2
Hex 48 20 27 0 38 2E 48 15E 26 14
Octal 110 40 47 0 70 56 110 536 46 24
Binary 1001000 100000 100111 0 111000 101110 1001000 101011110 100110 10100

Color Harmonies of #482027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482027

Black with #482027

Text Example


Text Example

White with #482027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482027; }

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

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

background-color css

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

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

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

border-color css

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

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

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