Html Css Color HEX #451E27 Bordeaux

📋 copy color: '#451E27'

red 69 ◦ green 30 ◦ blue 39

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

Shades of Bordeaux #451E27

Tints of Bordeaux #451E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.74%

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 50%
G = 21.74%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#451E27 (or 0x451E27) is known color: Bordeaux. HEX triplet: 45, 1E and 27. RGB value is (69,30,39). Sum of RGB (Red+Green+Blue) = 69+30+39=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #451E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E27 is #BAE1D8. Grayscale: #2A2A2A. Windows color (decimal): -12247513 or 2563653. OLE color: 2563653.

HSL color Cylindrical-coordinate representation of color #451E27: hue angle of 346.15º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #451E27 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 30 39 -
CMYK 0 0.57 0.43 0.73
HSL 346.15º 0.39% 0.19% -
HSV(B) 346.15º 0.57% 0.27% -
XYZ 3.28 2.34 2.2 -
YUV 42.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 69 30 39 0 0.57 0.43 0.73 346.15 0.39 0.19
Hex 45 1E 27 0 39 2B 49 15A 27 13
Octal 105 36 47 0 71 53 111 532 47 23
Binary 1000101 11110 100111 0 111001 101011 1001001 101011010 100111 10011

Color Harmonies of #451E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E27

Black with #451E27

Text Example


Text Example

White with #451E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451E27; }

 p { color: rgb(69,30,39); }

 H1.HeaderClassName
 {
   color: #451E27;
 }
 .AnyTagClassName
 {
   color: #451E27;
 }
</style>

background-color css

<style>
 a { background-color: #451E27; }

 a { background-color: rgb(69,30,39); }

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

border-color css

<style>
 span { border-color: #451E27; }

 span { border-color: rgb(69,30,39); }

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