Html Css Color HEX #410814 Rustic Red

📋 copy color: '#410814'

red 65 ◦ green 8 ◦ blue 20

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

Shades of Rustic Red #410814

Tints of Rustic Red #410814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.6%

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 69.89%
G = 8.6%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#410814 (or 0x410814) is known color: Rustic Red. HEX triplet: 41, 08 and 14. RGB value is (65,8,20). Sum of RGB (Red+Green+Blue) = 65+8+20=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #410814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410814 is #BEF7EB. Grayscale: #1A1A1A. Windows color (decimal): -12515308 or 1312833. OLE color: 1312833.

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

Color convert

RGB 65 8 20 -
CMYK 0 0.88 0.69 0.75
HSL 347.37º 0.78% 0.14% -
HSV(B) 347.37º 0.88% 0.25% -
XYZ 2.39 1.35 0.8 -
YUV 26.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 65 8 20 0 0.88 0.69 0.75 347.37 0.78 0.14
Hex 41 8 14 0 58 45 4B 15B 4E E
Octal 101 10 24 0 130 105 113 533 116 16
Binary 1000001 1000 10100 0 1011000 1000101 1001011 101011011 1001110 1110

Color Harmonies of #410814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410814

Black with #410814

Text Example


Text Example

White with #410814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410814; }

 p { color: rgb(65,8,20); }

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

background-color css

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

 a { background-color: rgb(65,8,20); }

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

border-color css

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

 span { border-color: rgb(65,8,20); }

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