Html Css Color HEX #411C29 Castro

📋 copy color: '#411C29'

red 65 ◦ green 28 ◦ blue 41

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

Shades of Castro #411C29

Tints of Castro #411C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.9%

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

R = 48.51%
G = 20.9%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#411C29 (or 0x411C29) is known color: Castro. HEX triplet: 41, 1C and 29. RGB value is (65,28,41). Sum of RGB (Red+Green+Blue) = 65+28+41=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #411C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C29 is #BEE3D6. Grayscale: #282828. Windows color (decimal): -12510167 or 2694209. OLE color: 2694209.

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

Color convert

RGB 65 28 41 -
CMYK 0 0.57 0.37 0.75
HSL 338.92º 0.4% 0.18% -
HSV(B) 338.92º 0.57% 0.25% -
XYZ 3 2.11 2.35 -
YUV 40.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 65 28 41 0 0.57 0.37 0.75 338.92 0.4 0.18
Hex 41 1C 29 0 39 25 4B 153 28 12
Octal 101 34 51 0 71 45 113 523 50 22
Binary 1000001 11100 101001 0 111001 100101 1001011 101010011 101000 10010

Color Harmonies of #411C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C29

Black with #411C29

Text Example


Text Example

White with #411C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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