Html Css Color HEX #411625 Castro

📋 copy color: '#411625'

red 65 ◦ green 22 ◦ blue 37

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

Shades of Castro #411625

Tints of Castro #411625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 52.42%
G = 17.74%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#411625 (or 0x411625) is known color: Castro. HEX triplet: 41, 16 and 25. RGB value is (65,22,37). Sum of RGB (Red+Green+Blue) = 65+22+37=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411625 is #BEE9DA. Grayscale: #242424. Windows color (decimal): -12511707 or 2430529. OLE color: 2430529.

HSL color Cylindrical-coordinate representation of color #411625: hue angle of 339.07º 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 #411625 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 22 37 -
CMYK 0 0.66 0.43 0.75
HSL 339.07º 0.49% 0.17% -
HSV(B) 339.07º 0.66% 0.25% -
XYZ 2.8 1.83 1.96 -
YUV 36.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 65 22 37 0 0.66 0.43 0.75 339.07 0.49 0.17
Hex 41 16 25 0 42 2B 4B 153 31 11
Octal 101 26 45 0 102 53 113 523 61 21
Binary 1000001 10110 100101 0 1000010 101011 1001011 101010011 110001 10001

Color Harmonies of #411625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411625

Black with #411625

Text Example


Text Example

White with #411625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411625; }

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

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

background-color css

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

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

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

border-color css

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

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

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