Html Css Color HEX #451324 Bordeaux

📋 copy color: '#451324'

red 69 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #451324

Tints of Bordeaux #451324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 55.65%
G = 15.32%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#451324 (or 0x451324) is known color: Bordeaux. HEX triplet: 45, 13 and 24. RGB value is (69,19,36). Sum of RGB (Red+Green+Blue) = 69+19+36=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #451324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451324 is #BAECDB. Grayscale: #232323. Windows color (decimal): -12250332 or 2364229. OLE color: 2364229.

HSL color Cylindrical-coordinate representation of color #451324: hue angle of 339.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451324 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 19 36 -
CMYK 0 0.72 0.48 0.73
HSL 339.6º 0.57% 0.17% -
HSV(B) 339.6º 0.72% 0.27% -
XYZ 3.01 1.86 1.87 -
YUV 35.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 69 19 36 0 0.72 0.48 0.73 339.6 0.57 0.17
Hex 45 13 24 0 48 30 49 154 39 11
Octal 105 23 44 0 110 60 111 524 71 21
Binary 1000101 10011 100100 0 1001000 110000 1001001 101010100 111001 10001

Color Harmonies of #451324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451324

Black with #451324

Text Example


Text Example

White with #451324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451324; }

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

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

background-color css

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

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

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

border-color css

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

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

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