Html Css Color HEX #48232B Bordeaux

📋 copy color: '#48232B'

red 72 ◦ green 35 ◦ blue 43

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

Shades of Bordeaux #48232B

Tints of Bordeaux #48232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.33%

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

R = 48%
G = 23.33%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48232B (or 0x48232B) is known color: Bordeaux. HEX triplet: 48, 23 and 2B. RGB value is (72,35,43). Sum of RGB (Red+Green+Blue) = 72+35+43=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48232B is #B7DCD4. Grayscale: #2E2E2E. Windows color (decimal): -12049621 or 2827080. OLE color: 2827080.

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

Color convert

RGB 72 35 43 -
CMYK 0 0.51 0.40 0.72
HSL 347.03º 0.35% 0.21% -
HSV(B) 347.03º 0.51% 0.28% -
XYZ 3.71 2.75 2.62 -
YUV 46.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 72 35 43 0 0.51 0.40 0.72 347.03 0.35 0.21
Hex 48 23 2B 0 33 28 48 15B 23 15
Octal 110 43 53 0 63 50 110 533 43 25
Binary 1001000 100011 101011 0 110011 101000 1001000 101011011 100011 10101

Color Harmonies of #48232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48232B

Black with #48232B

Text Example


Text Example

White with #48232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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