Html Css Color HEX #450D21 Bordeaux

📋 copy color: '#450D21'

red 69 ◦ green 13 ◦ blue 33

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

Shades of Bordeaux #450D21

Tints of Bordeaux #450D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.3%

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

R = 60%
G = 11.3%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#450D21 (or 0x450D21) is known color: Bordeaux. HEX triplet: 45, 0D and 21. RGB value is (69,13,33). Sum of RGB (Red+Green+Blue) = 69+13+33=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #450D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D21 is #BAF2DE. Grayscale: #1F1F1F. Windows color (decimal): -12251871 or 2166085. OLE color: 2166085.

HSL color Cylindrical-coordinate representation of color #450D21: hue angle of 338.57º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450D21 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 13 33 -
CMYK 0 0.81 0.52 0.73
HSL 338.57º 0.68% 0.16% -
HSV(B) 338.57º 0.81% 0.27% -
XYZ 2.87 1.66 1.61 -
YUV 32.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 69 13 33 0 0.81 0.52 0.73 338.57 0.68 0.16
Hex 45 D 21 0 51 34 49 153 44 10
Octal 105 15 41 0 121 64 111 523 104 20
Binary 1000101 1101 100001 0 1010001 110100 1001001 101010011 1000100 10000

Color Harmonies of #450D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D21

Black with #450D21

Text Example


Text Example

White with #450D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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