Html Css Color HEX #48181B Bordeaux

📋 copy color: '#48181B'

red 72 ◦ green 24 ◦ blue 27

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

Shades of Bordeaux #48181B

Tints of Bordeaux #48181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.51%

 BLUE value IS 27 (10.94% from 255) = 21.95%

R = 58.54%
G = 19.51%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48181B (or 0x48181B) is known color: Bordeaux. HEX triplet: 48, 18 and 1B. RGB value is (72,24,27). Sum of RGB (Red+Green+Blue) = 72+24+27=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48181B is #B7E7E4. Grayscale: #262626. Windows color (decimal): -12052453 or 1775688. OLE color: 1775688.

HSL color Cylindrical-coordinate representation of color #48181B: hue angle of 356.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48181B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 27 -
CMYK 0 0.67 0.62 0.72
HSL 356.25º 0.5% 0.19% -
HSV(B) 356.25º 0.67% 0.28% -
XYZ 3.2 2.11 1.28 -
YUV 38.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 72 24 27 0 0.67 0.62 0.72 356.25 0.5 0.19
Hex 48 18 1B 0 43 3E 48 164 32 13
Octal 110 30 33 0 103 76 110 544 62 23
Binary 1001000 11000 11011 0 1000011 111110 1001000 101100100 110010 10011

Color Harmonies of #48181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48181B

Black with #48181B

Text Example


Text Example

White with #48181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48181B; }

 p { color: rgb(72,24,27); }

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

background-color css

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

 a { background-color: rgb(72,24,27); }

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

border-color css

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

 span { border-color: rgb(72,24,27); }

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