Html Css Color HEX #451C21 Bordeaux

📋 copy color: '#451C21'

red 69 ◦ green 28 ◦ blue 33

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

Shades of Bordeaux #451C21

Tints of Bordeaux #451C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25.38%

R = 53.08%
G = 21.54%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#451C21 (or 0x451C21) is known color: Bordeaux. HEX triplet: 45, 1C and 21. RGB value is (69,28,33). Sum of RGB (Red+Green+Blue) = 69+28+33=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #451C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C21 is #BAE3DE. Grayscale: #282828. Windows color (decimal): -12248031 or 2169925. OLE color: 2169925.

HSL color Cylindrical-coordinate representation of color #451C21: hue angle of 352.68º 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 #451C21 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 28 33 -
CMYK 0 0.59 0.52 0.73
HSL 352.68º 0.42% 0.19% -
HSV(B) 352.68º 0.59% 0.27% -
XYZ 3.14 2.21 1.7 -
YUV 40.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 69 28 33 0 0.59 0.52 0.73 352.68 0.42 0.19
Hex 45 1C 21 0 3B 34 49 161 2A 13
Octal 105 34 41 0 73 64 111 541 52 23
Binary 1000101 11100 100001 0 111011 110100 1001001 101100001 101010 10011

Color Harmonies of #451C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C21

Black with #451C21

Text Example


Text Example

White with #451C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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