Html Css Color HEX #48061E Bordeaux

📋 copy color: '#48061E'

red 72 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #48061E

Tints of Bordeaux #48061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.78%

R = 66.67%
G = 5.56%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48061E (or 0x48061E) is known color: Bordeaux. HEX triplet: 48, 06 and 1E. RGB value is (72,6,30). Sum of RGB (Red+Green+Blue) = 72+6+30=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48061E is #B7F9E1. Grayscale: #1C1C1C. Windows color (decimal): -12057058 or 1967688. OLE color: 1967688.

HSL color Cylindrical-coordinate representation of color #48061E: hue angle of 338.18º 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 #48061E is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 6 30 -
CMYK 0 0.92 0.58 0.72
HSL 338.18º 0.85% 0.15% -
HSV(B) 338.18º 0.92% 0.28% -
XYZ 2.97 1.6 1.38 -
YUV 28.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 72 6 30 0 0.92 0.58 0.72 338.18 0.85 0.15
Hex 48 6 1E 0 5C 3A 48 152 55 F
Octal 110 6 36 0 134 72 110 522 125 17
Binary 1001000 110 11110 0 1011100 111010 1001000 101010010 1010101 1111

Color Harmonies of #48061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48061E

Black with #48061E

Text Example


Text Example

White with #48061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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