Html Css Color HEX #48061A Bordeaux

📋 copy color: '#48061A'

red 72 ◦ green 6 ◦ blue 26

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

Shades of Bordeaux #48061A

Tints of Bordeaux #48061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.77%

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

R = 69.23%
G = 5.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48061A (or 0x48061A) is known color: Bordeaux. HEX triplet: 48, 06 and 1A. RGB value is (72,6,26). Sum of RGB (Red+Green+Blue) = 72+6+26=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48061A is #B7F9E5. Grayscale: #1B1B1B. Windows color (decimal): -12057062 or 1705544. OLE color: 1705544.

HSL color Cylindrical-coordinate representation of color #48061A: hue angle of 341.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48061A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 6 26 -
CMYK 0 0.92 0.64 0.72
HSL 341.82º 0.85% 0.15% -
HSV(B) 341.82º 0.92% 0.28% -
XYZ 2.92 1.58 1.13 -
YUV 28.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 72 6 26 0 0.92 0.64 0.72 341.82 0.85 0.15
Hex 48 6 1A 0 5C 40 48 156 55 F
Octal 110 6 32 0 134 100 110 526 125 17
Binary 1001000 110 11010 0 1011100 1000000 1001000 101010110 1010101 1111

Color Harmonies of #48061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48061A

Black with #48061A

Text Example


Text Example

White with #48061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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