Html Css Color HEX #411C2A Castro

📋 copy color: '#411C2A'

red 65 ◦ green 28 ◦ blue 42

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

Shades of Castro #411C2A

Tints of Castro #411C2A

RGB

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

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

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

R = 48.15%
G = 20.74%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#411C2A (or 0x411C2A) is known color: Castro. HEX triplet: 41, 1C and 2A. RGB value is (65,28,42). Sum of RGB (Red+Green+Blue) = 65+28+42=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C2A is #BEE3D5. Grayscale: #282828. Windows color (decimal): -12510166 or 2759745. OLE color: 2759745.

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

Color convert

RGB 65 28 42 -
CMYK 0 0.57 0.35 0.75
HSL 337.3º 0.4% 0.18% -
HSV(B) 337.3º 0.57% 0.25% -
XYZ 3.01 2.12 2.44 -
YUV 40.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 65 28 42 0 0.57 0.35 0.75 337.3 0.4 0.18
Hex 41 1C 2A 0 39 23 4B 151 28 12
Octal 101 34 52 0 71 43 113 521 50 22
Binary 1000001 11100 101010 0 111001 100011 1001011 101010001 101000 10010

Color Harmonies of #411C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C2A

Black with #411C2A

Text Example


Text Example

White with #411C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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