Html Css Color HEX #401C2B Castro

📋 copy color: '#401C2B'

red 64 ◦ green 28 ◦ blue 43

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

Shades of Castro #401C2B

Tints of Castro #401C2B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

 BLUE value IS 43 (17.19% from 255) = 31.85%

R = 47.41%
G = 20.74%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#401C2B (or 0x401C2B) is known color: Castro. HEX triplet: 40, 1C and 2B. RGB value is (64,28,43). Sum of RGB (Red+Green+Blue) = 64+28+43=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C2B is #BFE3D4. Grayscale: #282828. Windows color (decimal): -12575701 or 2825280. OLE color: 2825280.

HSL color Cylindrical-coordinate representation of color #401C2B: hue angle of 335º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C2B is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 28 43 -
CMYK 0 0.56 0.33 0.75
HSL 335º 0.39% 0.18% -
HSV(B) 335º 0.56% 0.25% -
XYZ 2.97 2.09 2.53 -
YUV 40.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 64 28 43 0 0.56 0.33 0.75 335 0.39 0.18
Hex 40 1C 2B 0 38 21 4B 14F 27 12
Octal 100 34 53 0 70 41 113 517 47 22
Binary 1000000 11100 101011 0 111000 100001 1001011 101001111 100111 10010

Color Harmonies of #401C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C2B

Black with #401C2B

Text Example


Text Example

White with #401C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401C2B; }

 p { color: rgb(64,28,43); }

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

background-color css

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

 a { background-color: rgb(64,28,43); }

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

border-color css

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

 span { border-color: rgb(64,28,43); }

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