Html Css Color HEX #451524 Bordeaux

📋 copy color: '#451524'

red 69 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #451524

Tints of Bordeaux #451524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 54.76%
G = 16.67%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#451524 (or 0x451524) is known color: Bordeaux. HEX triplet: 45, 15 and 24. RGB value is (69,21,36). Sum of RGB (Red+Green+Blue) = 69+21+36=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451524 is #BAEADB. Grayscale: #252525. Windows color (decimal): -12249820 or 2364741. OLE color: 2364741.

HSL color Cylindrical-coordinate representation of color #451524: hue angle of 341.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451524 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 21 36 -
CMYK 0 0.70 0.48 0.73
HSL 341.25º 0.53% 0.18% -
HSV(B) 341.25º 0.7% 0.27% -
XYZ 3.04 1.93 1.88 -
YUV 37.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 69 21 36 0 0.70 0.48 0.73 341.25 0.53 0.18
Hex 45 15 24 0 46 30 49 155 35 12
Octal 105 25 44 0 106 60 111 525 65 22
Binary 1000101 10101 100100 0 1000110 110000 1001001 101010101 110101 10010

Color Harmonies of #451524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451524

Black with #451524

Text Example


Text Example

White with #451524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451524; }

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

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

background-color css

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

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

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

border-color css

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

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

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