Html Css Color HEX #411E2B Castro

📋 copy color: '#411E2B'

red 65 ◦ green 30 ◦ blue 43

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

Shades of Castro #411E2B

Tints of Castro #411E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.74%

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 47.1%
G = 21.74%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#411E2B (or 0x411E2B) is known color: Castro. HEX triplet: 41, 1E and 2B. RGB value is (65,30,43). Sum of RGB (Red+Green+Blue) = 65+30+43=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E2B is #BEE1D4. Grayscale: #292929. Windows color (decimal): -12509653 or 2825793. OLE color: 2825793.

HSL color Cylindrical-coordinate representation of color #411E2B: hue angle of 337.71º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E2B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 43 -
CMYK 0 0.54 0.34 0.75
HSL 337.71º 0.37% 0.19% -
HSV(B) 337.71º 0.54% 0.25% -
XYZ 3.08 2.23 2.55 -
YUV 41.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 65 30 43 0 0.54 0.34 0.75 337.71 0.37 0.19
Hex 41 1E 2B 0 36 22 4B 152 25 13
Octal 101 36 53 0 66 42 113 522 45 23
Binary 1000001 11110 101011 0 110110 100010 1001011 101010010 100101 10011

Color Harmonies of #411E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E2B

Black with #411E2B

Text Example


Text Example

White with #411E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,30,43); }

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

background-color css

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

 a { background-color: rgb(65,30,43); }

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

border-color css

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

 span { border-color: rgb(65,30,43); }

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