Html Css Color HEX #411726 Castro

📋 copy color: '#411726'

red 65 ◦ green 23 ◦ blue 38

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

Shades of Castro #411726

Tints of Castro #411726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.25%

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 51.59%
G = 18.25%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#411726 (or 0x411726) is known color: Castro. HEX triplet: 41, 17 and 26. RGB value is (65,23,38). Sum of RGB (Red+Green+Blue) = 65+23+38=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #411726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411726 is #BEE8D9. Grayscale: #252525. Windows color (decimal): -12511450 or 2496321. OLE color: 2496321.

HSL color Cylindrical-coordinate representation of color #411726: hue angle of 338.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411726 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 23 38 -
CMYK 0 0.65 0.42 0.75
HSL 338.57º 0.48% 0.17% -
HSV(B) 338.57º 0.65% 0.25% -
XYZ 2.84 1.88 2.05 -
YUV 37.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 65 23 38 0 0.65 0.42 0.75 338.57 0.48 0.17
Hex 41 17 26 0 41 2A 4B 153 30 11
Octal 101 27 46 0 101 52 113 523 60 21
Binary 1000001 10111 100110 0 1000001 101010 1001011 101010011 110000 10001

Color Harmonies of #411726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411726

Black with #411726

Text Example


Text Example

White with #411726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411726; }

 p { color: rgb(65,23,38); }

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

background-color css

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

 a { background-color: rgb(65,23,38); }

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

border-color css

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

 span { border-color: rgb(65,23,38); }

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