Html Css Color HEX #411C28 Castro

📋 copy color: '#411C28'

red 65 ◦ green 28 ◦ blue 40

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

Shades of Castro #411C28

Tints of Castro #411C28

RGB

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

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

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

R = 48.87%
G = 21.05%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#411C28 (or 0x411C28) is known color: Castro. HEX triplet: 41, 1C and 28. RGB value is (65,28,40). Sum of RGB (Red+Green+Blue) = 65+28+40=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #411C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C28 is #BEE3D7. Grayscale: #282828. Windows color (decimal): -12510168 or 2628673. OLE color: 2628673.

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

Color convert

RGB 65 28 40 -
CMYK 0 0.57 0.38 0.75
HSL 340.54º 0.4% 0.18% -
HSV(B) 340.54º 0.57% 0.25% -
XYZ 2.98 2.11 2.26 -
YUV 40.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 65 28 40 0 0.57 0.38 0.75 340.54 0.4 0.18
Hex 41 1C 28 0 39 26 4B 155 28 12
Octal 101 34 50 0 71 46 113 525 50 22
Binary 1000001 11100 101000 0 111001 100110 1001011 101010101 101000 10010

Color Harmonies of #411C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C28

Black with #411C28

Text Example


Text Example

White with #411C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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