Html Css Color HEX #451E24 Bordeaux

📋 copy color: '#451E24'

red 69 ◦ green 30 ◦ blue 36

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

Shades of Bordeaux #451E24

Tints of Bordeaux #451E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 51.11%
G = 22.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#451E24 (or 0x451E24) is known color: Bordeaux. HEX triplet: 45, 1E and 24. RGB value is (69,30,36). Sum of RGB (Red+Green+Blue) = 69+30+36=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #451E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E24 is #BAE1DB. Grayscale: #2A2A2A. Windows color (decimal): -12247516 or 2367045. OLE color: 2367045.

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

Color convert

RGB 69 30 36 -
CMYK 0 0.57 0.48 0.73
HSL 350.77º 0.39% 0.19% -
HSV(B) 350.77º 0.57% 0.27% -
XYZ 3.24 2.32 1.95 -
YUV 42.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 69 30 36 0 0.57 0.48 0.73 350.77 0.39 0.19
Hex 45 1E 24 0 39 30 49 15F 27 13
Octal 105 36 44 0 71 60 111 537 47 23
Binary 1000101 11110 100100 0 111001 110000 1001001 101011111 100111 10011

Color Harmonies of #451E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E24

Black with #451E24

Text Example


Text Example

White with #451E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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