Html Css Color HEX #411B29 Castro

📋 copy color: '#411B29'

red 65 ◦ green 27 ◦ blue 41

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

Shades of Castro #411B29

Tints of Castro #411B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.3%

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

R = 48.87%
G = 20.3%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#411B29 (or 0x411B29) is known color: Castro. HEX triplet: 41, 1B and 29. RGB value is (65,27,41). Sum of RGB (Red+Green+Blue) = 65+27+41=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #411B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B29 is #BEE4D6. Grayscale: #272727. Windows color (decimal): -12510423 or 2693953. OLE color: 2693953.

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

Color convert

RGB 65 27 41 -
CMYK 0 0.58 0.37 0.75
HSL 337.89º 0.41% 0.18% -
HSV(B) 337.89º 0.58% 0.25% -
XYZ 2.97 2.07 2.34 -
YUV 39.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 65 27 41 0 0.58 0.37 0.75 337.89 0.41 0.18
Hex 41 1B 29 0 3A 25 4B 152 29 12
Octal 101 33 51 0 72 45 113 522 51 22
Binary 1000001 11011 101001 0 111010 100101 1001011 101010010 101001 10010

Color Harmonies of #411B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B29

Black with #411B29

Text Example


Text Example

White with #411B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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