Html Css Color HEX #48021A Bordeaux

📋 copy color: '#48021A'

red 72 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #48021A

Tints of Bordeaux #48021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26%

R = 72%
G = 2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48021A (or 0x48021A) is known color: Bordeaux. HEX triplet: 48, 02 and 1A. RGB value is (72,2,26). Sum of RGB (Red+Green+Blue) = 72+2+26=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #48021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48021A is #B7FDE5. Grayscale: #191919. Windows color (decimal): -12058086 or 1704520. OLE color: 1704520.

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

Color convert

RGB 72 2 26 -
CMYK 0 0.97 0.64 0.72
HSL 339.43º 0.95% 0.15% -
HSV(B) 339.43º 0.97% 0.28% -
XYZ 2.88 1.5 1.11 -
YUV 25.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 72 2 26 0 0.97 0.64 0.72 339.43 0.95 0.15
Hex 48 2 1A 0 61 40 48 153 5F F
Octal 110 2 32 0 141 100 110 523 137 17
Binary 1001000 10 11010 0 1100001 1000000 1001000 101010011 1011111 1111

Color Harmonies of #48021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48021A

Black with #48021A

Text Example


Text Example

White with #48021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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