Html Css Color HEX #411626 Castro

📋 copy color: '#411626'

red 65 ◦ green 22 ◦ blue 38

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

Shades of Castro #411626

Tints of Castro #411626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

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

R = 52%
G = 17.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#411626 (or 0x411626) is known color: Castro. HEX triplet: 41, 16 and 26. RGB value is (65,22,38). Sum of RGB (Red+Green+Blue) = 65+22+38=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411626 is #BEE9D9. Grayscale: #242424. Windows color (decimal): -12511706 or 2496065. OLE color: 2496065.

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

Color convert

RGB 65 22 38 -
CMYK 0 0.66 0.42 0.75
HSL 337.67º 0.49% 0.17% -
HSV(B) 337.67º 0.66% 0.25% -
XYZ 2.82 1.84 2.04 -
YUV 36.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 65 22 38 0 0.66 0.42 0.75 337.67 0.49 0.17
Hex 41 16 26 0 42 2A 4B 152 31 11
Octal 101 26 46 0 102 52 113 522 61 21
Binary 1000001 10110 100110 0 1000010 101010 1001011 101010010 110001 10001

Color Harmonies of #411626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411626

Black with #411626

Text Example


Text Example

White with #411626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411626; }

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

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

background-color css

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

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

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

border-color css

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

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

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