Html Css Color HEX #48161E Bordeaux

📋 copy color: '#48161E'

red 72 ◦ green 22 ◦ blue 30

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

Shades of Bordeaux #48161E

Tints of Bordeaux #48161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.74%

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

R = 58.06%
G = 17.74%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48161E (or 0x48161E) is known color: Bordeaux. HEX triplet: 48, 16 and 1E. RGB value is (72,22,30). Sum of RGB (Red+Green+Blue) = 72+22+30=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48161E is #B7E9E1. Grayscale: #252525. Windows color (decimal): -12052962 or 1971784. OLE color: 1971784.

HSL color Cylindrical-coordinate representation of color #48161E: hue angle of 350.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48161E is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 22 30 -
CMYK 0 0.69 0.58 0.72
HSL 350.4º 0.53% 0.18% -
HSV(B) 350.4º 0.69% 0.28% -
XYZ 3.19 2.05 1.45 -
YUV 37.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 72 22 30 0 0.69 0.58 0.72 350.4 0.53 0.18
Hex 48 16 1E 0 45 3A 48 15E 35 12
Octal 110 26 36 0 105 72 110 536 65 22
Binary 1001000 10110 11110 0 1000101 111010 1001000 101011110 110101 10010

Color Harmonies of #48161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48161E

Black with #48161E

Text Example


Text Example

White with #48161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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