Html Css Color HEX #48071D Bordeaux

📋 copy color: '#48071D'

red 72 ◦ green 7 ◦ blue 29

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

Shades of Bordeaux #48071D

Tints of Bordeaux #48071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.85%

R = 66.67%
G = 6.48%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48071D (or 0x48071D) is known color: Bordeaux. HEX triplet: 48, 07 and 1D. RGB value is (72,7,29). Sum of RGB (Red+Green+Blue) = 72+7+29=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48071D is #B7F8E2. Grayscale: #1C1C1C. Windows color (decimal): -12056803 or 1902408. OLE color: 1902408.

HSL color Cylindrical-coordinate representation of color #48071D: hue angle of 339.69º 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 #48071D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 29 -
CMYK 0 0.90 0.60 0.72
HSL 339.69º 0.82% 0.15% -
HSV(B) 339.69º 0.9% 0.28% -
XYZ 2.97 1.62 1.32 -
YUV 28.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 72 7 29 0 0.90 0.60 0.72 339.69 0.82 0.15
Hex 48 7 1D 0 5A 3C 48 154 52 F
Octal 110 7 35 0 132 74 110 524 122 17
Binary 1001000 111 11101 0 1011010 111100 1001000 101010100 1010010 1111

Color Harmonies of #48071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48071D

Black with #48071D

Text Example


Text Example

White with #48071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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