Html Css Color HEX #45071C Bordeaux

📋 copy color: '#45071C'

red 69 ◦ green 7 ◦ blue 28

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

Shades of Bordeaux #45071C

Tints of Bordeaux #45071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.92%

R = 66.35%
G = 6.73%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#45071C (or 0x45071C) is known color: Bordeaux. HEX triplet: 45, 07 and 1C. RGB value is (69,7,28). Sum of RGB (Red+Green+Blue) = 69+7+28=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #45071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45071C is #BAF8E3. Grayscale: #1B1B1B. Windows color (decimal): -12253412 or 1836869. OLE color: 1836869.

HSL color Cylindrical-coordinate representation of color #45071C: hue angle of 339.68º 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 #45071C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 7 28 -
CMYK 0 0.90 0.59 0.73
HSL 339.68º 0.82% 0.15% -
HSV(B) 339.68º 0.9% 0.27% -
XYZ 2.74 1.5 1.24 -
YUV 27.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 69 7 28 0 0.90 0.59 0.73 339.68 0.82 0.15
Hex 45 7 1C 0 5A 3B 49 154 52 F
Octal 105 7 34 0 132 73 111 524 122 17
Binary 1000101 111 11100 0 1011010 111011 1001001 101010100 1010010 1111

Color Harmonies of #45071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45071C

Black with #45071C

Text Example


Text Example

White with #45071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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