Html Css Color HEX #411929 Castro

📋 copy color: '#411929'

red 65 ◦ green 25 ◦ blue 41

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

Shades of Castro #411929

Tints of Castro #411929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 49.62%
G = 19.08%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#411929 (or 0x411929) is known color: Castro. HEX triplet: 41, 19 and 29. RGB value is (65,25,41). Sum of RGB (Red+Green+Blue) = 65+25+41=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #411929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411929 is #BEE6D6. Grayscale: #262626. Windows color (decimal): -12510935 or 2693441. OLE color: 2693441.

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

Color convert

RGB 65 25 41 -
CMYK 0 0.62 0.37 0.75
HSL 336º 0.44% 0.18% -
HSV(B) 336º 0.62% 0.25% -
XYZ 2.93 1.98 2.33 -
YUV 38.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 65 25 41 0 0.62 0.37 0.75 336 0.44 0.18
Hex 41 19 29 0 3E 25 4B 150 2C 12
Octal 101 31 51 0 76 45 113 520 54 22
Binary 1000001 11001 101001 0 111110 100101 1001011 101010000 101100 10010

Color Harmonies of #411929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411929

Black with #411929

Text Example


Text Example

White with #411929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411929; }

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

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

background-color css

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

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

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

border-color css

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

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

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