Html Css Color HEX #411E2D Castro

📋 copy color: '#411E2D'

red 65 ◦ green 30 ◦ blue 45

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

Shades of Castro #411E2D

Tints of Castro #411E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.43%

 BLUE value IS 45 (17.97% from 255) = 32.14%

R = 46.43%
G = 21.43%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#411E2D (or 0x411E2D) is known color: Castro. HEX triplet: 41, 1E and 2D. RGB value is (65,30,45). Sum of RGB (Red+Green+Blue) = 65+30+45=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E2D is #BEE1D2. Grayscale: #2A2A2A. Windows color (decimal): -12509651 or 2956865. OLE color: 2956865.

HSL color Cylindrical-coordinate representation of color #411E2D: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E2D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 45 -
CMYK 0 0.54 0.31 0.75
HSL 334.29º 0.37% 0.19% -
HSV(B) 334.29º 0.54% 0.25% -
XYZ 3.12 2.24 2.75 -
YUV 42.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 65 30 45 0 0.54 0.31 0.75 334.29 0.37 0.19
Hex 41 1E 2D 0 36 1F 4B 14E 25 13
Octal 101 36 55 0 66 37 113 516 45 23
Binary 1000001 11110 101101 0 110110 11111 1001011 101001110 100101 10011

Color Harmonies of #411E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E2D

Black with #411E2D

Text Example


Text Example

White with #411E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E2D; }

 p { color: rgb(65,30,45); }

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

background-color css

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

 a { background-color: rgb(65,30,45); }

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

border-color css

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

 span { border-color: rgb(65,30,45); }

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