Html Css Color HEX #450E1D Bordeaux

📋 copy color: '#450E1D'

red 69 ◦ green 14 ◦ blue 29

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

Shades of Bordeaux #450E1D

Tints of Bordeaux #450E1D

RGB

 RED value IS 69 (27.34% from 255) = 61.61%

 GREEN value IS 14 (5.86% from 255) = 12.5%

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

R = 61.61%
G = 12.5%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#450E1D (or 0x450E1D) is known color: Bordeaux. HEX triplet: 45, 0E and 1D. RGB value is (69,14,29). Sum of RGB (Red+Green+Blue) = 69+14+29=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #450E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E1D is #BAF1E2. Grayscale: #202020. Windows color (decimal): -12251619 or 1904197. OLE color: 1904197.

HSL color Cylindrical-coordinate representation of color #450E1D: hue angle of 343.64º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E1D is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 14 29 -
CMYK 0 0.80 0.58 0.73
HSL 343.64º 0.66% 0.16% -
HSV(B) 343.64º 0.8% 0.27% -
XYZ 2.83 1.67 1.34 -
YUV 32.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 69 14 29 0 0.80 0.58 0.73 343.64 0.66 0.16
Hex 45 E 1D 0 50 3A 49 158 42 10
Octal 105 16 35 0 120 72 111 530 102 20
Binary 1000101 1110 11101 0 1010000 111010 1001001 101011000 1000010 10000

Color Harmonies of #450E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450E1D

Black with #450E1D

Text Example


Text Example

White with #450E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450E1D; }

 p { color: rgb(69,14,29); }

 H1.HeaderClassName
 {
   color: #450E1D;
 }
 .AnyTagClassName
 {
   color: #450E1D;
 }
</style>

background-color css

<style>
 a { background-color: #450E1D; }

 a { background-color: rgb(69,14,29); }

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

border-color css

<style>
 span { border-color: #450E1D; }

 span { border-color: rgb(69,14,29); }

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