Html Css Color HEX #48181E Bordeaux

📋 copy color: '#48181E'

red 72 ◦ green 24 ◦ blue 30

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

Shades of Bordeaux #48181E

Tints of Bordeaux #48181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 57.14%
G = 19.05%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48181E (or 0x48181E) is known color: Bordeaux. HEX triplet: 48, 18 and 1E. RGB value is (72,24,30). Sum of RGB (Red+Green+Blue) = 72+24+30=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #48181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48181E is #B7E7E1. Grayscale: #272727. Windows color (decimal): -12052450 or 1972296. OLE color: 1972296.

HSL color Cylindrical-coordinate representation of color #48181E: hue angle of 352.5º 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 #48181E is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 30 -
CMYK 0 0.67 0.58 0.72
HSL 352.5º 0.5% 0.19% -
HSV(B) 352.5º 0.67% 0.28% -
XYZ 3.23 2.12 1.47 -
YUV 39.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 72 24 30 0 0.67 0.58 0.72 352.5 0.5 0.19
Hex 48 18 1E 0 43 3A 48 160 32 13
Octal 110 30 36 0 103 72 110 540 62 23
Binary 1001000 11000 11110 0 1000011 111010 1001000 101100000 110010 10011

Color Harmonies of #48181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48181E

Black with #48181E

Text Example


Text Example

White with #48181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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