Html Css Color HEX #451423 Bordeaux

📋 copy color: '#451423'

red 69 ◦ green 20 ◦ blue 35

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

Shades of Bordeaux #451423

Tints of Bordeaux #451423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.13%

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

R = 55.65%
G = 16.13%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#451423 (or 0x451423) is known color: Bordeaux. HEX triplet: 45, 14 and 23. RGB value is (69,20,35). Sum of RGB (Red+Green+Blue) = 69+20+35=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #451423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451423 is #BAEBDC. Grayscale: #242424. Windows color (decimal): -12250077 or 2298949. OLE color: 2298949.

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

Color convert

RGB 69 20 35 -
CMYK 0 0.71 0.49 0.73
HSL 341.63º 0.55% 0.17% -
HSV(B) 341.63º 0.71% 0.27% -
XYZ 3.01 1.89 1.8 -
YUV 36.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 69 20 35 0 0.71 0.49 0.73 341.63 0.55 0.17
Hex 45 14 23 0 47 31 49 156 37 11
Octal 105 24 43 0 107 61 111 526 67 21
Binary 1000101 10100 100011 0 1000111 110001 1001001 101010110 110111 10001

Color Harmonies of #451423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451423

Black with #451423

Text Example


Text Example

White with #451423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451423; }

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

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

background-color css

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

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

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

border-color css

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

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

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