Html Css Color HEX #440F1D Bordeaux

📋 copy color: '#440F1D'

red 68 ◦ green 15 ◦ blue 29

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

Shades of Bordeaux #440F1D

Tints of Bordeaux #440F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 60.71%
G = 13.39%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#440F1D (or 0x440F1D) is known color: Bordeaux. HEX triplet: 44, 0F and 1D. RGB value is (68,15,29). Sum of RGB (Red+Green+Blue) = 68+15+29=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #440F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F1D is #BBF0E2. Grayscale: #202020. Windows color (decimal): -12316899 or 1904452. OLE color: 1904452.

HSL color Cylindrical-coordinate representation of color #440F1D: hue angle of 344.15º 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 #440F1D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 15 29 -
CMYK 0 0.78 0.57 0.73
HSL 344.15º 0.64% 0.16% -
HSV(B) 344.15º 0.78% 0.27% -
XYZ 2.78 1.66 1.34 -
YUV 32.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 68 15 29 0 0.78 0.57 0.73 344.15 0.64 0.16
Hex 44 F 1D 0 4E 39 49 158 40 10
Octal 104 17 35 0 116 71 111 530 100 20
Binary 1000100 1111 11101 0 1001110 111001 1001001 101011000 1000000 10000

Color Harmonies of #440F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F1D

Black with #440F1D

Text Example


Text Example

White with #440F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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