Html Css Color HEX #451C23 Bordeaux

📋 copy color: '#451C23'

red 69 ◦ green 28 ◦ blue 35

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

Shades of Bordeaux #451C23

Tints of Bordeaux #451C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.21%

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

R = 52.27%
G = 21.21%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#451C23 (or 0x451C23) is known color: Bordeaux. HEX triplet: 45, 1C and 23. RGB value is (69,28,35). Sum of RGB (Red+Green+Blue) = 69+28+35=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #451C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C23 is #BAE3DC. Grayscale: #292929. Windows color (decimal): -12248029 or 2300997. OLE color: 2300997.

HSL color Cylindrical-coordinate representation of color #451C23: hue angle of 349.76º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451C23 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 28 35 -
CMYK 0 0.59 0.49 0.73
HSL 349.76º 0.42% 0.19% -
HSV(B) 349.76º 0.59% 0.27% -
XYZ 3.17 2.22 1.85 -
YUV 41.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 69 28 35 0 0.59 0.49 0.73 349.76 0.42 0.19
Hex 45 1C 23 0 3B 31 49 15E 2A 13
Octal 105 34 43 0 73 61 111 536 52 23
Binary 1000101 11100 100011 0 111011 110001 1001001 101011110 101010 10011

Color Harmonies of #451C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C23

Black with #451C23

Text Example


Text Example

White with #451C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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