Html Css Color HEX #401625 Castro

📋 copy color: '#401625'

red 64 ◦ green 22 ◦ blue 37

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

Shades of Castro #401625

Tints of Castro #401625

RGB

 RED value IS 64 (25.39% from 255) = 52.03%

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

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

R = 52.03%
G = 17.89%
B = 30.08%

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

#401625 (or 0x401625) is known color: Castro. HEX triplet: 40, 16 and 25. RGB value is (64,22,37). Sum of RGB (Red+Green+Blue) = 64+22+37=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401625 is #BFE9DA. Grayscale: #242424. Windows color (decimal): -12577243 or 2430528. OLE color: 2430528.

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

Color convert

RGB 64 22 37 -
CMYK 0 0.66 0.42 0.75
HSL 338.57º 0.49% 0.17% -
HSV(B) 338.57º 0.66% 0.25% -
XYZ 2.74 1.8 1.95 -
YUV 36.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 64 22 37 0 0.66 0.42 0.75 338.57 0.49 0.17
Hex 40 16 25 0 42 2A 4B 153 31 11
Octal 100 26 45 0 102 52 113 523 61 21
Binary 1000000 10110 100101 0 1000010 101010 1001011 101010011 110001 10001

Color Harmonies of #401625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401625

Black with #401625

Text Example


Text Example

White with #401625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401625; }

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

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

background-color css

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

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

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

border-color css

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

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

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