Html Css Color HEX #45101F Bordeaux

📋 copy color: '#45101F'

red 69 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #45101F

Tints of Bordeaux #45101F

RGB

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

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

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

R = 59.48%
G = 13.79%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#45101F (or 0x45101F) is known color: Bordeaux. HEX triplet: 45, 10 and 1F. RGB value is (69,16,31). Sum of RGB (Red+Green+Blue) = 69+16+31=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #45101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45101F is #BAEFE0. Grayscale: #212121. Windows color (decimal): -12251105 or 2035781. OLE color: 2035781.

HSL color Cylindrical-coordinate representation of color #45101F: hue angle of 343.02º 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 #45101F is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 16 31 -
CMYK 0 0.77 0.55 0.73
HSL 343.02º 0.62% 0.17% -
HSV(B) 343.02º 0.77% 0.27% -
XYZ 2.89 1.73 1.48 -
YUV 33.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 69 16 31 0 0.77 0.55 0.73 343.02 0.62 0.17
Hex 45 10 1F 0 4D 37 49 157 3E 11
Octal 105 20 37 0 115 67 111 527 76 21
Binary 1000101 10000 11111 0 1001101 110111 1001001 101010111 111110 10001

Color Harmonies of #45101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45101F

Black with #45101F

Text Example


Text Example

White with #45101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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