Html Css Color HEX #440C20 Bordeaux

📋 copy color: '#440C20'

red 68 ◦ green 12 ◦ blue 32

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

Shades of Bordeaux #440C20

Tints of Bordeaux #440C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.71%

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

R = 60.71%
G = 10.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#440C20 (or 0x440C20) is known color: Bordeaux. HEX triplet: 44, 0C and 20. RGB value is (68,12,32). Sum of RGB (Red+Green+Blue) = 68+12+32=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #440C20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C20 is #BBF3DF. Grayscale: #1E1E1E. Windows color (decimal): -12317664 or 2100292. OLE color: 2100292.

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

Color convert

RGB 68 12 32 -
CMYK 0 0.82 0.53 0.73
HSL 338.57º 0.7% 0.16% -
HSV(B) 338.57º 0.82% 0.27% -
XYZ 2.78 1.6 1.53 -
YUV 31.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 68 12 32 0 0.82 0.53 0.73 338.57 0.7 0.16
Hex 44 C 20 0 52 35 49 153 46 10
Octal 104 14 40 0 122 65 111 523 106 20
Binary 1000100 1100 100000 0 1010010 110101 1001001 101010011 1000110 10000

Color Harmonies of #440C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C20

Black with #440C20

Text Example


Text Example

White with #440C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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