Html Css Color HEX #411D29 Castro

📋 copy color: '#411D29'

red 65 ◦ green 29 ◦ blue 41

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

Shades of Castro #411D29

Tints of Castro #411D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.48%

 BLUE value IS 41 (16.41% from 255) = 30.37%

R = 48.15%
G = 21.48%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#411D29 (or 0x411D29) is known color: Castro. HEX triplet: 41, 1D and 29. RGB value is (65,29,41). Sum of RGB (Red+Green+Blue) = 65+29+41=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D29 is #BEE2D6. Grayscale: #292929. Windows color (decimal): -12509911 or 2694465. OLE color: 2694465.

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

Color convert

RGB 65 29 41 -
CMYK 0 0.55 0.37 0.75
HSL 340º 0.38% 0.18% -
HSV(B) 340º 0.55% 0.25% -
XYZ 3.02 2.16 2.36 -
YUV 41.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 65 29 41 0 0.55 0.37 0.75 340 0.38 0.18
Hex 41 1D 29 0 37 25 4B 154 26 12
Octal 101 35 51 0 67 45 113 524 46 22
Binary 1000001 11101 101001 0 110111 100101 1001011 101010100 100110 10010

Color Harmonies of #411D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D29

Black with #411D29

Text Example


Text Example

White with #411D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,29,41); }

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

background-color css

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

 a { background-color: rgb(65,29,41); }

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

border-color css

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

 span { border-color: rgb(65,29,41); }

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