Html Css Color HEX #451924 Bordeaux

📋 copy color: '#451924'

red 69 ◦ green 25 ◦ blue 36

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

Shades of Bordeaux #451924

Tints of Bordeaux #451924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

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

R = 53.08%
G = 19.23%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#451924 (or 0x451924) is known color: Bordeaux. HEX triplet: 45, 19 and 24. RGB value is (69,25,36). Sum of RGB (Red+Green+Blue) = 69+25+36=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #451924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451924 is #BAE6DB. Grayscale: #272727. Windows color (decimal): -12248796 or 2365765. OLE color: 2365765.

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

Color convert

RGB 69 25 36 -
CMYK 0 0.64 0.48 0.73
HSL 345º 0.47% 0.18% -
HSV(B) 345º 0.64% 0.27% -
XYZ 3.12 2.09 1.91 -
YUV 39.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 69 25 36 0 0.64 0.48 0.73 345 0.47 0.18
Hex 45 19 24 0 40 30 49 159 2F 12
Octal 105 31 44 0 100 60 111 531 57 22
Binary 1000101 11001 100100 0 1000000 110000 1001001 101011001 101111 10010

Color Harmonies of #451924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451924

Black with #451924

Text Example


Text Example

White with #451924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451924; }

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

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

background-color css

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

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

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

border-color css

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

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

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