Html Css Color HEX #48071A Bordeaux

📋 copy color: '#48071A'

red 72 ◦ green 7 ◦ blue 26

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

Shades of Bordeaux #48071A

Tints of Bordeaux #48071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.76%

R = 68.57%
G = 6.67%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48071A (or 0x48071A) is known color: Bordeaux. HEX triplet: 48, 07 and 1A. RGB value is (72,7,26). Sum of RGB (Red+Green+Blue) = 72+7+26=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #48071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48071A is #B7F8E5. Grayscale: #1C1C1C. Windows color (decimal): -12056806 or 1705800. OLE color: 1705800.

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

Color convert

RGB 72 7 26 -
CMYK 0 0.90 0.64 0.72
HSL 342.46º 0.82% 0.15% -
HSV(B) 342.46º 0.9% 0.28% -
XYZ 2.93 1.6 1.13 -
YUV 28.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 72 7 26 0 0.90 0.64 0.72 342.46 0.82 0.15
Hex 48 7 1A 0 5A 40 48 156 52 F
Octal 110 7 32 0 132 100 110 526 122 17
Binary 1001000 111 11010 0 1011010 1000000 1001000 101010110 1010010 1111

Color Harmonies of #48071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48071A

Black with #48071A

Text Example


Text Example

White with #48071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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