Html Css Color HEX #48222B Bordeaux

📋 copy color: '#48222B'

red 72 ◦ green 34 ◦ blue 43

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

Shades of Bordeaux #48222B

Tints of Bordeaux #48222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

 BLUE value IS 43 (17.19% from 255) = 28.86%

R = 48.32%
G = 22.82%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48222B (or 0x48222B) is known color: Bordeaux. HEX triplet: 48, 22 and 2B. RGB value is (72,34,43). Sum of RGB (Red+Green+Blue) = 72+34+43=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48222B is #B7DDD4. Grayscale: #2E2E2E. Windows color (decimal): -12049877 or 2826824. OLE color: 2826824.

HSL color Cylindrical-coordinate representation of color #48222B: hue angle of 345.79º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48222B is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 43 -
CMYK 0 0.53 0.40 0.72
HSL 345.79º 0.36% 0.21% -
HSV(B) 345.79º 0.53% 0.28% -
XYZ 3.68 2.7 2.61 -
YUV 46.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 72 34 43 0 0.53 0.40 0.72 345.79 0.36 0.21
Hex 48 22 2B 0 35 28 48 15A 24 15
Octal 110 42 53 0 65 50 110 532 44 25
Binary 1001000 100010 101011 0 110101 101000 1001000 101011010 100100 10101

Color Harmonies of #48222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48222B

Black with #48222B

Text Example


Text Example

White with #48222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,34,43); }

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

background-color css

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

 a { background-color: rgb(72,34,43); }

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

border-color css

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

 span { border-color: rgb(72,34,43); }

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