Html Css Color HEX #411D2A Castro

📋 copy color: '#411D2A'

red 65 ◦ green 29 ◦ blue 42

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

Shades of Castro #411D2A

Tints of Castro #411D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30.88%

R = 47.79%
G = 21.32%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#411D2A (or 0x411D2A) is known color: Castro. HEX triplet: 41, 1D and 2A. RGB value is (65,29,42). Sum of RGB (Red+Green+Blue) = 65+29+42=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D2A is #BEE2D5. Grayscale: #292929. Windows color (decimal): -12509910 or 2760001. OLE color: 2760001.

HSL color Cylindrical-coordinate representation of color #411D2A: hue angle of 338.33º 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 #411D2A is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 29 42 -
CMYK 0 0.55 0.35 0.75
HSL 338.33º 0.38% 0.18% -
HSV(B) 338.33º 0.55% 0.25% -
XYZ 3.04 2.17 2.45 -
YUV 41.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 65 29 42 0 0.55 0.35 0.75 338.33 0.38 0.18
Hex 41 1D 2A 0 37 23 4B 152 26 12
Octal 101 35 52 0 67 43 113 522 46 22
Binary 1000001 11101 101010 0 110111 100011 1001011 101010010 100110 10010

Color Harmonies of #411D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D2A

Black with #411D2A

Text Example


Text Example

White with #411D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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