Html Css Color HEX #48222A Bordeaux

📋 copy color: '#48222A'

red 72 ◦ green 34 ◦ blue 42

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

Shades of Bordeaux #48222A

Tints of Bordeaux #48222A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.38%

R = 48.65%
G = 22.97%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48222A (or 0x48222A) is known color: Bordeaux. HEX triplet: 48, 22 and 2A. RGB value is (72,34,42). Sum of RGB (Red+Green+Blue) = 72+34+42=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48222A is #B7DDD5. Grayscale: #2E2E2E. Windows color (decimal): -12049878 or 2761288. OLE color: 2761288.

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

Color convert

RGB 72 34 42 -
CMYK 0 0.53 0.42 0.72
HSL 347.37º 0.36% 0.21% -
HSV(B) 347.37º 0.53% 0.28% -
XYZ 3.66 2.69 2.52 -
YUV 46.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 72 34 42 0 0.53 0.42 0.72 347.37 0.36 0.21
Hex 48 22 2A 0 35 2A 48 15B 24 15
Octal 110 42 52 0 65 52 110 533 44 25
Binary 1001000 100010 101010 0 110101 101010 1001000 101011011 100100 10101

Color Harmonies of #48222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48222A

Black with #48222A

Text Example


Text Example

White with #48222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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