Html Css Color HEX #411A27 Castro

📋 copy color: '#411A27'

red 65 ◦ green 26 ◦ blue 39

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

Shades of Castro #411A27

Tints of Castro #411A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20%

 BLUE value IS 39 (15.63% from 255) = 30%

R = 50%
G = 20%
B = 30%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#411A27 (or 0x411A27) is known color: Castro. HEX triplet: 41, 1A and 27. RGB value is (65,26,39). Sum of RGB (Red+Green+Blue) = 65+26+39=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #411A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A27 is #BEE5D8. Grayscale: #272727. Windows color (decimal): -12510681 or 2562625. OLE color: 2562625.

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

Color convert

RGB 65 26 39 -
CMYK 0 0.60 0.40 0.75
HSL 340º 0.43% 0.18% -
HSV(B) 340º 0.6% 0.25% -
XYZ 2.92 2.01 2.15 -
YUV 39.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 65 26 39 0 0.60 0.40 0.75 340 0.43 0.18
Hex 41 1A 27 0 3C 28 4B 154 2B 12
Octal 101 32 47 0 74 50 113 524 53 22
Binary 1000001 11010 100111 0 111100 101000 1001011 101010100 101011 10010

Color Harmonies of #411A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A27

Black with #411A27

Text Example


Text Example

White with #411A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,39); }

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

background-color css

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

 a { background-color: rgb(65,26,39); }

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

border-color css

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

 span { border-color: rgb(65,26,39); }

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