Html Css Color HEX #45121F Bordeaux

📋 copy color: '#45121F'

red 69 ◦ green 18 ◦ blue 31

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

Shades of Bordeaux #45121F

Tints of Bordeaux #45121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 58.47%
G = 15.25%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#45121F (or 0x45121F) is known color: Bordeaux. HEX triplet: 45, 12 and 1F. RGB value is (69,18,31). Sum of RGB (Red+Green+Blue) = 69+18+31=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #45121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45121F is #BAEDE0. Grayscale: #222222. Windows color (decimal): -12250593 or 2036293. OLE color: 2036293.

HSL color Cylindrical-coordinate representation of color #45121F: hue angle of 344.71º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45121F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 18 31 -
CMYK 0 0.74 0.55 0.73
HSL 344.71º 0.59% 0.17% -
HSV(B) 344.71º 0.74% 0.27% -
XYZ 2.92 1.8 1.49 -
YUV 34.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 69 18 31 0 0.74 0.55 0.73 344.71 0.59 0.17
Hex 45 12 1F 0 4A 37 49 159 3B 11
Octal 105 22 37 0 112 67 111 531 73 21
Binary 1000101 10010 11111 0 1001010 110111 1001001 101011001 111011 10001

Color Harmonies of #45121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45121F

Black with #45121F

Text Example


Text Example

White with #45121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45121F; }

 p { color: rgb(69,18,31); }

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

background-color css

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

 a { background-color: rgb(69,18,31); }

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

border-color css

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

 span { border-color: rgb(69,18,31); }

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