Html Css Color HEX #401826 Castro

📋 copy color: '#401826'

red 64 ◦ green 24 ◦ blue 38

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

Shades of Castro #401826

Tints of Castro #401826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 50.79%
G = 19.05%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#401826 (or 0x401826) is known color: Castro. HEX triplet: 40, 18 and 26. RGB value is (64,24,38). Sum of RGB (Red+Green+Blue) = 64+24+38=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #401826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401826 is #BFE7D9. Grayscale: #252525. Windows color (decimal): -12576730 or 2496576. OLE color: 2496576.

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

Color convert

RGB 64 24 38 -
CMYK 0 0.62 0.41 0.75
HSL 339º 0.45% 0.17% -
HSV(B) 339º 0.63% 0.25% -
XYZ 2.79 1.88 2.05 -
YUV 37.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 64 24 38 0 0.62 0.41 0.75 339 0.45 0.17
Hex 40 18 26 0 3E 29 4B 153 2D 11
Octal 100 30 46 0 76 51 113 523 55 21
Binary 1000000 11000 100110 0 111110 101001 1001011 101010011 101101 10001

Color Harmonies of #401826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401826

Black with #401826

Text Example


Text Example

White with #401826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401826; }

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

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

background-color css

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

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

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

border-color css

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

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

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