Html Css Color HEX #45071D Bordeaux

📋 copy color: '#45071D'

red 69 ◦ green 7 ◦ blue 29

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

Shades of Bordeaux #45071D

Tints of Bordeaux #45071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.67%

 BLUE value IS 29 (11.72% from 255) = 27.62%

R = 65.71%
G = 6.67%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#45071D (or 0x45071D) is known color: Bordeaux. HEX triplet: 45, 07 and 1D. RGB value is (69,7,29). Sum of RGB (Red+Green+Blue) = 69+7+29=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #45071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45071D is #BAF8E2. Grayscale: #1C1C1C. Windows color (decimal): -12253411 or 1902405. OLE color: 1902405.

HSL color Cylindrical-coordinate representation of color #45071D: hue angle of 338.71º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45071D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 7 29 -
CMYK 0 0.90 0.58 0.73
HSL 338.71º 0.82% 0.15% -
HSV(B) 338.71º 0.9% 0.27% -
XYZ 2.75 1.51 1.31 -
YUV 28.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 69 7 29 0 0.90 0.58 0.73 338.71 0.82 0.15
Hex 45 7 1D 0 5A 3A 49 153 52 F
Octal 105 7 35 0 132 72 111 523 122 17
Binary 1000101 111 11101 0 1011010 111010 1001001 101010011 1010010 1111

Color Harmonies of #45071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45071D

Black with #45071D

Text Example


Text Example

White with #45071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45071D; }

 p { color: rgb(69,7,29); }

 H1.HeaderClassName
 {
   color: #45071D;
 }
 .AnyTagClassName
 {
   color: #45071D;
 }
</style>

background-color css

<style>
 a { background-color: #45071D; }

 a { background-color: rgb(69,7,29); }

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

border-color css

<style>
 span { border-color: #45071D; }

 span { border-color: rgb(69,7,29); }

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