Html Css Color HEX #410709 Rustic Red

📋 copy color: '#410709'

red 65 ◦ green 7 ◦ blue 9

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

Shades of Rustic Red #410709

Tints of Rustic Red #410709

RGB

 RED value IS 65 (25.78% from 255) = 80.25%

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

 BLUE value IS 9 (3.91% from 255) = 11.11%

R = 80.25%
G = 8.64%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#410709 (or 0x410709) is known color: Rustic Red. HEX triplet: 41, 07 and 09. RGB value is (65,7,9). Sum of RGB (Red+Green+Blue) = 65+7+9=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410709 is #BEF8F6. Grayscale: #181818. Windows color (decimal): -12515575 or 591681. OLE color: 591681.

HSL color Cylindrical-coordinate representation of color #410709: hue angle of 357.93º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410709 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 7 9 -
CMYK 0 0.89 0.86 0.75
HSL 357.93º 0.81% 0.14% -
HSV(B) 357.93º 0.89% 0.25% -
XYZ 2.31 1.3 0.39 -
YUV 24.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 65 7 9 0 0.89 0.86 0.75 357.93 0.81 0.14
Hex 41 7 9 0 59 56 4B 166 51 E
Octal 101 7 11 0 131 126 113 546 121 16
Binary 1000001 111 1001 0 1011001 1010110 1001011 101100110 1010001 1110

Color Harmonies of #410709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410709

Black with #410709

Text Example


Text Example

White with #410709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410709; }

 p { color: rgb(65,7,9); }

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

background-color css

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

 a { background-color: rgb(65,7,9); }

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

border-color css

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

 span { border-color: rgb(65,7,9); }

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