Html Css Color HEX #440F20 Bordeaux

📋 copy color: '#440F20'

red 68 ◦ green 15 ◦ blue 32

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

Shades of Bordeaux #440F20

Tints of Bordeaux #440F20

RGB

 RED value IS 68 (26.95% from 255) = 59.13%

 GREEN value IS 15 (6.25% from 255) = 13.04%

 BLUE value IS 32 (12.89% from 255) = 27.83%

R = 59.13%
G = 13.04%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#440F20 (or 0x440F20) is known color: Bordeaux. HEX triplet: 44, 0F and 20. RGB value is (68,15,32). Sum of RGB (Red+Green+Blue) = 68+15+32=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #440F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F20 is #BBF0DF. Grayscale: #202020. Windows color (decimal): -12316896 or 2101060. OLE color: 2101060.

HSL color Cylindrical-coordinate representation of color #440F20: hue angle of 340.75º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #440F20 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 15 32 -
CMYK 0 0.78 0.53 0.73
HSL 340.75º 0.64% 0.16% -
HSV(B) 340.75º 0.78% 0.27% -
XYZ 2.82 1.67 1.54 -
YUV 32.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 68 15 32 0 0.78 0.53 0.73 340.75 0.64 0.16
Hex 44 F 20 0 4E 35 49 155 40 10
Octal 104 17 40 0 116 65 111 525 100 20
Binary 1000100 1111 100000 0 1001110 110101 1001001 101010101 1000000 10000

Color Harmonies of #440F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F20

Black with #440F20

Text Example


Text Example

White with #440F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440F20; }

 p { color: rgb(68,15,32); }

 H1.HeaderClassName
 {
   color: #440F20;
 }
 .AnyTagClassName
 {
   color: #440F20;
 }
</style>

background-color css

<style>
 a { background-color: #440F20; }

 a { background-color: rgb(68,15,32); }

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

border-color css

<style>
 span { border-color: #440F20; }

 span { border-color: rgb(68,15,32); }

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