Html Css Color HEX #410619 Rustic Red

📋 copy color: '#410619'

red 65 ◦ green 6 ◦ blue 25

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

Shades of Rustic Red #410619

Tints of Rustic Red #410619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

 BLUE value IS 25 (10.16% from 255) = 26.04%

R = 67.71%
G = 6.25%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#410619 (or 0x410619) is known color: Rustic Red. HEX triplet: 41, 06 and 19. RGB value is (65,6,25). Sum of RGB (Red+Green+Blue) = 65+6+25=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #410619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410619 is #BEF9E6. Grayscale: #191919. Windows color (decimal): -12515815 or 1640001. OLE color: 1640001.

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

Color convert

RGB 65 6 25 -
CMYK 0 0.91 0.62 0.75
HSL 340.68º 0.83% 0.14% -
HSV(B) 340.68º 0.91% 0.25% -
XYZ 2.42 1.32 1.05 -
YUV 25.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 65 6 25 0 0.91 0.62 0.75 340.68 0.83 0.14
Hex 41 6 19 0 5B 3E 4B 155 53 E
Octal 101 6 31 0 133 76 113 525 123 16
Binary 1000001 110 11001 0 1011011 111110 1001011 101010101 1010011 1110

Color Harmonies of #410619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410619

Black with #410619

Text Example


Text Example

White with #410619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410619; }

 p { color: rgb(65,6,25); }

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

background-color css

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

 a { background-color: rgb(65,6,25); }

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

border-color css

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

 span { border-color: rgb(65,6,25); }

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