Html Css Color HEX #411D28 Castro

📋 copy color: '#411D28'

red 65 ◦ green 29 ◦ blue 40

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

Shades of Castro #411D28

Tints of Castro #411D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.85%

R = 48.51%
G = 21.64%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#411D28 (or 0x411D28) is known color: Castro. HEX triplet: 41, 1D and 28. RGB value is (65,29,40). Sum of RGB (Red+Green+Blue) = 65+29+40=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #411D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D28 is #BEE2D7. Grayscale: #292929. Windows color (decimal): -12509912 or 2628929. OLE color: 2628929.

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

Color convert

RGB 65 29 40 -
CMYK 0 0.55 0.38 0.75
HSL 341.67º 0.38% 0.18% -
HSV(B) 341.67º 0.55% 0.25% -
XYZ 3 2.16 2.27 -
YUV 41.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 65 29 40 0 0.55 0.38 0.75 341.67 0.38 0.18
Hex 41 1D 28 0 37 26 4B 156 26 12
Octal 101 35 50 0 67 46 113 526 46 22
Binary 1000001 11101 101000 0 110111 100110 1001011 101010110 100110 10010

Color Harmonies of #411D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D28

Black with #411D28

Text Example


Text Example

White with #411D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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