Html Css Color HEX #451521 Bordeaux

📋 copy color: '#451521'

red 69 ◦ green 21 ◦ blue 33

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

Shades of Bordeaux #451521

Tints of Bordeaux #451521

RGB

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

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

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

R = 56.1%
G = 17.07%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#451521 (or 0x451521) is known color: Bordeaux. HEX triplet: 45, 15 and 21. RGB value is (69,21,33). Sum of RGB (Red+Green+Blue) = 69+21+33=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #451521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451521 is #BAEADE. Grayscale: #242424. Windows color (decimal): -12249823 or 2168133. OLE color: 2168133.

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

Color convert

RGB 69 21 33 -
CMYK 0 0.70 0.52 0.73
HSL 345º 0.53% 0.18% -
HSV(B) 345º 0.7% 0.27% -
XYZ 3 1.91 1.65 -
YUV 36.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 69 21 33 0 0.70 0.52 0.73 345 0.53 0.18
Hex 45 15 21 0 46 34 49 159 35 12
Octal 105 25 41 0 106 64 111 531 65 22
Binary 1000101 10101 100001 0 1000110 110100 1001001 101011001 110101 10010

Color Harmonies of #451521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451521

Black with #451521

Text Example


Text Example

White with #451521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451521; }

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

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

background-color css

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

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

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

border-color css

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

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

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