Html Css Color HEX #46061C Bordeaux

📋 copy color: '#46061C'

red 70 ◦ green 6 ◦ blue 28

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

Shades of Bordeaux #46061C

Tints of Bordeaux #46061C

RGB

 RED value IS 70 (27.73% from 255) = 67.31%

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

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

R = 67.31%
G = 5.77%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46061C (or 0x46061C) is known color: Bordeaux. HEX triplet: 46, 06 and 1C. RGB value is (70,6,28). Sum of RGB (Red+Green+Blue) = 70+6+28=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #46061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46061C is #B9F9E3. Grayscale: #1B1B1B. Windows color (decimal): -12188132 or 1836614. OLE color: 1836614.

HSL color Cylindrical-coordinate representation of color #46061C: hue angle of 339.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46061C is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 6 28 -
CMYK 0 0.91 0.60 0.73
HSL 339.38º 0.84% 0.15% -
HSV(B) 339.38º 0.91% 0.27% -
XYZ 2.8 1.52 1.24 -
YUV 27.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 70 6 28 0 0.91 0.60 0.73 339.38 0.84 0.15
Hex 46 6 1C 0 5B 3C 49 153 54 F
Octal 106 6 34 0 133 74 111 523 124 17
Binary 1000110 110 11100 0 1011011 111100 1001001 101010011 1010100 1111

Color Harmonies of #46061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46061C

Black with #46061C

Text Example


Text Example

White with #46061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,6,28); }

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

background-color css

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

 a { background-color: rgb(70,6,28); }

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

border-color css

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

 span { border-color: rgb(70,6,28); }

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