Html Css Color HEX #45131E Bordeaux

📋 copy color: '#45131E'

red 69 ◦ green 19 ◦ blue 30

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

Shades of Bordeaux #45131E

Tints of Bordeaux #45131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 58.47%
G = 16.1%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#45131E (or 0x45131E) is known color: Bordeaux. HEX triplet: 45, 13 and 1E. RGB value is (69,19,30). Sum of RGB (Red+Green+Blue) = 69+19+30=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #45131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45131E is #BAECE1. Grayscale: #232323. Windows color (decimal): -12250338 or 1971013. OLE color: 1971013.

HSL color Cylindrical-coordinate representation of color #45131E: hue angle of 346.8º 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 #45131E is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 19 30 -
CMYK 0 0.72 0.57 0.73
HSL 346.8º 0.57% 0.17% -
HSV(B) 346.8º 0.72% 0.27% -
XYZ 2.92 1.82 1.43 -
YUV 35.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 69 19 30 0 0.72 0.57 0.73 346.8 0.57 0.17
Hex 45 13 1E 0 48 39 49 15B 39 11
Octal 105 23 36 0 110 71 111 533 71 21
Binary 1000101 10011 11110 0 1001000 111001 1001001 101011011 111001 10001

Color Harmonies of #45131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45131E

Black with #45131E

Text Example


Text Example

White with #45131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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