Html Css Color HEX #410607 Rustic Red

📋 copy color: '#410607'

red 65 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #410607

Tints of Rustic Red #410607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.97%

R = 83.33%
G = 7.69%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#410607 (or 0x410607) is known color: Rustic Red. HEX triplet: 41, 06 and 07. RGB value is (65,6,7). Sum of RGB (Red+Green+Blue) = 65+6+7=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410607 is #BEF9F8. Grayscale: #171717. Windows color (decimal): -12515833 or 460353. OLE color: 460353.

HSL color Cylindrical-coordinate representation of color #410607: hue angle of 358.98º 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 #410607 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 6 7 -
CMYK 0 0.91 0.89 0.75
HSL 358.98º 0.83% 0.14% -
HSV(B) 358.98º 0.91% 0.25% -
XYZ 2.28 1.27 0.33 -
YUV 23.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 65 6 7 0 0.91 0.89 0.75 358.98 0.83 0.14
Hex 41 6 7 0 5B 59 4B 167 53 E
Octal 101 6 7 0 133 131 113 547 123 16
Binary 1000001 110 111 0 1011011 1011001 1001011 101100111 1010011 1110

Color Harmonies of #410607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410607

Black with #410607

Text Example


Text Example

White with #410607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410607; }

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

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

background-color css

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

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

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

border-color css

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

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

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