Html Css Color HEX #451323 Bordeaux

📋 copy color: '#451323'

red 69 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #451323

Tints of Bordeaux #451323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.46%

R = 56.1%
G = 15.45%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#451323 (or 0x451323) is known color: Bordeaux. HEX triplet: 45, 13 and 23. RGB value is (69,19,35). Sum of RGB (Red+Green+Blue) = 69+19+35=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #451323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451323 is #BAECDC. Grayscale: #232323. Windows color (decimal): -12250333 or 2298693. OLE color: 2298693.

HSL color Cylindrical-coordinate representation of color #451323: hue angle of 340.8º 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 #451323 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 19 35 -
CMYK 0 0.72 0.49 0.73
HSL 340.8º 0.57% 0.17% -
HSV(B) 340.8º 0.72% 0.27% -
XYZ 2.99 1.85 1.79 -
YUV 35.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 69 19 35 0 0.72 0.49 0.73 340.8 0.57 0.17
Hex 45 13 23 0 48 31 49 155 39 11
Octal 105 23 43 0 110 61 111 525 71 21
Binary 1000101 10011 100011 0 1001000 110001 1001001 101010101 111001 10001

Color Harmonies of #451323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451323

Black with #451323

Text Example


Text Example

White with #451323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451323; }

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

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

background-color css

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

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

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

border-color css

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

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

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