Html Css Color HEX #401725 Castro

📋 copy color: '#401725'

red 64 ◦ green 23 ◦ blue 37

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

Shades of Castro #401725

Tints of Castro #401725

RGB

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

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

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

R = 51.61%
G = 18.55%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#401725 (or 0x401725) is known color: Castro. HEX triplet: 40, 17 and 25. RGB value is (64,23,37). Sum of RGB (Red+Green+Blue) = 64+23+37=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401725 is #BFE8DA. Grayscale: #242424. Windows color (decimal): -12576987 or 2430784. OLE color: 2430784.

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

Color convert

RGB 64 23 37 -
CMYK 0 0.64 0.42 0.75
HSL 339.51º 0.47% 0.17% -
HSV(B) 339.51º 0.64% 0.25% -
XYZ 2.75 1.84 1.96 -
YUV 36.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 64 23 37 0 0.64 0.42 0.75 339.51 0.47 0.17
Hex 40 17 25 0 40 2A 4B 154 2F 11
Octal 100 27 45 0 100 52 113 524 57 21
Binary 1000000 10111 100101 0 1000000 101010 1001011 101010100 101111 10001

Color Harmonies of #401725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401725

Black with #401725

Text Example


Text Example

White with #401725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401725; }

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

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

background-color css

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

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

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

border-color css

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

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

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