Html Css Color HEX #48071C Bordeaux

📋 copy color: '#48071C'

red 72 ◦ green 7 ◦ blue 28

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

Shades of Bordeaux #48071C

Tints of Bordeaux #48071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.54%

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

R = 67.29%
G = 6.54%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48071C (or 0x48071C) is known color: Bordeaux. HEX triplet: 48, 07 and 1C. RGB value is (72,7,28). Sum of RGB (Red+Green+Blue) = 72+7+28=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48071C is #B7F8E3. Grayscale: #1C1C1C. Windows color (decimal): -12056804 or 1836872. OLE color: 1836872.

HSL color Cylindrical-coordinate representation of color #48071C: hue angle of 340.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48071C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 28 -
CMYK 0 0.90 0.61 0.72
HSL 340.62º 0.82% 0.15% -
HSV(B) 340.62º 0.9% 0.28% -
XYZ 2.96 1.61 1.25 -
YUV 28.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 72 7 28 0 0.90 0.61 0.72 340.62 0.82 0.15
Hex 48 7 1C 0 5A 3D 48 155 52 F
Octal 110 7 34 0 132 75 110 525 122 17
Binary 1001000 111 11100 0 1011010 111101 1001000 101010101 1010010 1111

Color Harmonies of #48071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48071C

Black with #48071C

Text Example


Text Example

White with #48071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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