Html Css Color HEX #450E1F Bordeaux

📋 copy color: '#450E1F'

red 69 ◦ green 14 ◦ blue 31

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

Shades of Bordeaux #450E1F

Tints of Bordeaux #450E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 60.53%
G = 12.28%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#450E1F (or 0x450E1F) is known color: Bordeaux. HEX triplet: 45, 0E and 1F. RGB value is (69,14,31). Sum of RGB (Red+Green+Blue) = 69+14+31=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #450E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E1F is #BAF1E0. Grayscale: #202020. Windows color (decimal): -12251617 or 2035269. OLE color: 2035269.

HSL color Cylindrical-coordinate representation of color #450E1F: hue angle of 341.45º 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 #450E1F is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 14 31 -
CMYK 0 0.80 0.55 0.73
HSL 341.45º 0.66% 0.16% -
HSV(B) 341.45º 0.8% 0.27% -
XYZ 2.86 1.68 1.47 -
YUV 32.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 69 14 31 0 0.80 0.55 0.73 341.45 0.66 0.16
Hex 45 E 1F 0 50 37 49 155 42 10
Octal 105 16 37 0 120 67 111 525 102 20
Binary 1000101 1110 11111 0 1010000 110111 1001001 101010101 1000010 10000

Color Harmonies of #450E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450E1F

Black with #450E1F

Text Example


Text Example

White with #450E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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