Html Css Color HEX #45151E Bordeaux

📋 copy color: '#45151E'

red 69 ◦ green 21 ◦ blue 30

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

Shades of Bordeaux #45151E

Tints of Bordeaux #45151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

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

R = 57.5%
G = 17.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#45151E (or 0x45151E) is known color: Bordeaux. HEX triplet: 45, 15 and 1E. RGB value is (69,21,30). Sum of RGB (Red+Green+Blue) = 69+21+30=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #45151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45151E is #BAEAE1. Grayscale: #242424. Windows color (decimal): -12249826 or 1971525. OLE color: 1971525.

HSL color Cylindrical-coordinate representation of color #45151E: hue angle of 348.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45151E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 21 30 -
CMYK 0 0.70 0.57 0.73
HSL 348.75º 0.53% 0.18% -
HSV(B) 348.75º 0.7% 0.27% -
XYZ 2.96 1.9 1.44 -
YUV 36.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 69 21 30 0 0.70 0.57 0.73 348.75 0.53 0.18
Hex 45 15 1E 0 46 39 49 15D 35 12
Octal 105 25 36 0 106 71 111 535 65 22
Binary 1000101 10101 11110 0 1000110 111001 1001001 101011101 110101 10010

Color Harmonies of #45151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45151E

Black with #45151E

Text Example


Text Example

White with #45151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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