Html Css Color HEX #48021B Bordeaux

📋 copy color: '#48021B'

red 72 ◦ green 2 ◦ blue 27

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

Shades of Bordeaux #48021B

Tints of Bordeaux #48021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.98%

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

R = 71.29%
G = 1.98%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48021B (or 0x48021B) is known color: Bordeaux. HEX triplet: 48, 02 and 1B. RGB value is (72,2,27). Sum of RGB (Red+Green+Blue) = 72+2+27=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #48021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48021B is #B7FDE4. Grayscale: #191919. Windows color (decimal): -12058085 or 1770056. OLE color: 1770056.

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

Color convert

RGB 72 2 27 -
CMYK 0 0.97 0.62 0.72
HSL 338.57º 0.95% 0.15% -
HSV(B) 338.57º 0.97% 0.28% -
XYZ 2.89 1.5 1.17 -
YUV 25.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 72 2 27 0 0.97 0.62 0.72 338.57 0.95 0.15
Hex 48 2 1B 0 61 3E 48 153 5F F
Octal 110 2 33 0 141 76 110 523 137 17
Binary 1001000 10 11011 0 1100001 111110 1001000 101010011 1011111 1111

Color Harmonies of #48021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48021B

Black with #48021B

Text Example


Text Example

White with #48021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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