Html Css Color HEX #45131F Bordeaux

📋 copy color: '#45131F'

red 69 ◦ green 19 ◦ blue 31

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

Shades of Bordeaux #45131F

Tints of Bordeaux #45131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

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

R = 57.98%
G = 15.97%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#45131F (or 0x45131F) is known color: Bordeaux. HEX triplet: 45, 13 and 1F. RGB value is (69,19,31). Sum of RGB (Red+Green+Blue) = 69+19+31=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #45131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45131F is #BAECE0. Grayscale: #232323. Windows color (decimal): -12250337 or 2036549. OLE color: 2036549.

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

Color convert

RGB 69 19 31 -
CMYK 0 0.72 0.55 0.73
HSL 345.6º 0.57% 0.17% -
HSV(B) 345.6º 0.72% 0.27% -
XYZ 2.93 1.83 1.49 -
YUV 35.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 69 19 31 0 0.72 0.55 0.73 345.6 0.57 0.17
Hex 45 13 1F 0 48 37 49 15A 39 11
Octal 105 23 37 0 110 67 111 532 71 21
Binary 1000101 10011 11111 0 1001000 110111 1001001 101011010 111001 10001

Color Harmonies of #45131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45131F

Black with #45131F

Text Example


Text Example

White with #45131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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