Html Css Color HEX #451C27 Bordeaux

📋 copy color: '#451C27'

red 69 ◦ green 28 ◦ blue 39

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

Shades of Bordeaux #451C27

Tints of Bordeaux #451C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.59%

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

R = 50.74%
G = 20.59%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#451C27 (or 0x451C27) is known color: Bordeaux. HEX triplet: 45, 1C and 27. RGB value is (69,28,39). Sum of RGB (Red+Green+Blue) = 69+28+39=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #451C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C27 is #BAE3D8. Grayscale: #292929. Windows color (decimal): -12248025 or 2563141. OLE color: 2563141.

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

Color convert

RGB 69 28 39 -
CMYK 0 0.59 0.43 0.73
HSL 343.9º 0.42% 0.19% -
HSV(B) 343.9º 0.59% 0.27% -
XYZ 3.24 2.24 2.18 -
YUV 41.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 69 28 39 0 0.59 0.43 0.73 343.9 0.42 0.19
Hex 45 1C 27 0 3B 2B 49 158 2A 13
Octal 105 34 47 0 73 53 111 530 52 23
Binary 1000101 11100 100111 0 111011 101011 1001001 101011000 101010 10011

Color Harmonies of #451C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C27

Black with #451C27

Text Example


Text Example

White with #451C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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