Html Css Color HEX #45181E Bordeaux

📋 copy color: '#45181E'

red 69 ◦ green 24 ◦ blue 30

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

Shades of Bordeaux #45181E

Tints of Bordeaux #45181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.51%

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

R = 56.1%
G = 19.51%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#45181E (or 0x45181E) is known color: Bordeaux. HEX triplet: 45, 18 and 1E. RGB value is (69,24,30). Sum of RGB (Red+Green+Blue) = 69+24+30=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #45181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45181E is #BAE7E1. Grayscale: #262626. Windows color (decimal): -12249058 or 1972293. OLE color: 1972293.

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

Color convert

RGB 69 24 30 -
CMYK 0 0.65 0.57 0.73
HSL 352º 0.48% 0.18% -
HSV(B) 352º 0.65% 0.27% -
XYZ 3.02 2.01 1.46 -
YUV 38.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 69 24 30 0 0.65 0.57 0.73 352 0.48 0.18
Hex 45 18 1E 0 41 39 49 160 30 12
Octal 105 30 36 0 101 71 111 540 60 22
Binary 1000101 11000 11110 0 1000001 111001 1001001 101100000 110000 10010

Color Harmonies of #45181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45181E

Black with #45181E

Text Example


Text Example

White with #45181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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