Html Css Color HEX #401524 Castro

📋 copy color: '#401524'

red 64 ◦ green 21 ◦ blue 36

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

Shades of Castro #401524

Tints of Castro #401524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 52.89%
G = 17.36%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#401524 (or 0x401524) is known color: Castro. HEX triplet: 40, 15 and 24. RGB value is (64,21,36). Sum of RGB (Red+Green+Blue) = 64+21+36=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401524 is #BFEADB. Grayscale: #232323. Windows color (decimal): -12577500 or 2364736. OLE color: 2364736.

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

Color convert

RGB 64 21 36 -
CMYK 0 0.67 0.44 0.75
HSL 339.07º 0.51% 0.17% -
HSV(B) 339.07º 0.67% 0.25% -
XYZ 2.7 1.75 1.87 -
YUV 35.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 64 21 36 0 0.67 0.44 0.75 339.07 0.51 0.17
Hex 40 15 24 0 43 2C 4B 153 33 11
Octal 100 25 44 0 103 54 113 523 63 21
Binary 1000000 10101 100100 0 1000011 101100 1001011 101010011 110011 10001

Color Harmonies of #401524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401524

Black with #401524

Text Example


Text Example

White with #401524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401524; }

 p { color: rgb(64,21,36); }

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

background-color css

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

 a { background-color: rgb(64,21,36); }

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

border-color css

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

 span { border-color: rgb(64,21,36); }

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