Html Css Color HEX #401827 Castro

📋 copy color: '#401827'

red 64 ◦ green 24 ◦ blue 39

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

Shades of Castro #401827

Tints of Castro #401827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

 BLUE value IS 39 (15.63% from 255) = 30.71%

R = 50.39%
G = 18.9%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#401827 (or 0x401827) is known color: Castro. HEX triplet: 40, 18 and 27. RGB value is (64,24,39). Sum of RGB (Red+Green+Blue) = 64+24+39=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #401827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401827 is #BFE7D8. Grayscale: #252525. Windows color (decimal): -12576729 or 2562112. OLE color: 2562112.

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

Color convert

RGB 64 24 39 -
CMYK 0 0.62 0.39 0.75
HSL 337.5º 0.45% 0.17% -
HSV(B) 337.5º 0.63% 0.25% -
XYZ 2.81 1.89 2.14 -
YUV 37.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 64 24 39 0 0.62 0.39 0.75 337.5 0.45 0.17
Hex 40 18 27 0 3E 27 4B 152 2D 11
Octal 100 30 47 0 76 47 113 522 55 21
Binary 1000000 11000 100111 0 111110 100111 1001011 101010010 101101 10001

Color Harmonies of #401827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401827

Black with #401827

Text Example


Text Example

White with #401827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401827; }

 p { color: rgb(64,24,39); }

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

background-color css

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

 a { background-color: rgb(64,24,39); }

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

border-color css

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

 span { border-color: rgb(64,24,39); }

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