Html Css Color HEX #48021C Bordeaux

📋 copy color: '#48021C'

red 72 ◦ green 2 ◦ blue 28

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

Shades of Bordeaux #48021C

Tints of Bordeaux #48021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 27.45%

R = 70.59%
G = 1.96%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48021C (or 0x48021C) is known color: Bordeaux. HEX triplet: 48, 02 and 1C. RGB value is (72,2,28). Sum of RGB (Red+Green+Blue) = 72+2+28=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #48021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48021C is #B7FDE3. Grayscale: #191919. Windows color (decimal): -12058084 or 1835592. OLE color: 1835592.

HSL color Cylindrical-coordinate representation of color #48021C: hue angle of 337.71º 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 #48021C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 2 28 -
CMYK 0 0.97 0.61 0.72
HSL 337.71º 0.95% 0.15% -
HSV(B) 337.71º 0.97% 0.28% -
XYZ 2.9 1.5 1.24 -
YUV 25.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 72 2 28 0 0.97 0.61 0.72 337.71 0.95 0.15
Hex 48 2 1C 0 61 3D 48 152 5F F
Octal 110 2 34 0 141 75 110 522 137 17
Binary 1001000 10 11100 0 1100001 111101 1001000 101010010 1011111 1111

Color Harmonies of #48021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48021C

Black with #48021C

Text Example


Text Example

White with #48021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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