Html Css Color HEX #451523 Bordeaux

📋 copy color: '#451523'

red 69 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #451523

Tints of Bordeaux #451523

RGB

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

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

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

R = 55.2%
G = 16.8%
B = 28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#451523 (or 0x451523) is known color: Bordeaux. HEX triplet: 45, 15 and 23. RGB value is (69,21,35). Sum of RGB (Red+Green+Blue) = 69+21+35=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #451523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451523 is #BAEADC. Grayscale: #242424. Windows color (decimal): -12249821 or 2299205. OLE color: 2299205.

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

Color convert

RGB 69 21 35 -
CMYK 0 0.70 0.49 0.73
HSL 342.5º 0.53% 0.18% -
HSV(B) 342.5º 0.7% 0.27% -
XYZ 3.03 1.92 1.8 -
YUV 36.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 69 21 35 0 0.70 0.49 0.73 342.5 0.53 0.18
Hex 45 15 23 0 46 31 49 156 35 12
Octal 105 25 43 0 106 61 111 526 65 22
Binary 1000101 10101 100011 0 1000110 110001 1001001 101010110 110101 10010

Color Harmonies of #451523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451523

Black with #451523

Text Example


Text Example

White with #451523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451523; }

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

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

background-color css

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

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

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

border-color css

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

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

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