Html Css Color HEX #451021 Bordeaux

📋 copy color: '#451021'

red 69 ◦ green 16 ◦ blue 33

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

Shades of Bordeaux #451021

Tints of Bordeaux #451021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 58.47%
G = 13.56%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#451021 (or 0x451021) is known color: Bordeaux. HEX triplet: 45, 10 and 21. RGB value is (69,16,33). Sum of RGB (Red+Green+Blue) = 69+16+33=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #451021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451021 is #BAEFDE. Grayscale: #212121. Windows color (decimal): -12251103 or 2166853. OLE color: 2166853.

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

Color convert

RGB 69 16 33 -
CMYK 0 0.77 0.52 0.73
HSL 340.75º 0.62% 0.17% -
HSV(B) 340.75º 0.77% 0.27% -
XYZ 2.91 1.75 1.62 -
YUV 33.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 69 16 33 0 0.77 0.52 0.73 340.75 0.62 0.17
Hex 45 10 21 0 4D 34 49 155 3E 11
Octal 105 20 41 0 115 64 111 525 76 21
Binary 1000101 10000 100001 0 1001101 110100 1001001 101010101 111110 10001

Color Harmonies of #451021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451021

Black with #451021

Text Example


Text Example

White with #451021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451021; }

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

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

background-color css

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

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

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

border-color css

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

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

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