Html Css Color HEX #40272E Castro

📋 copy color: '#40272E'

red 64 ◦ green 39 ◦ blue 46

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

Shades of Castro #40272E

Tints of Castro #40272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.17%

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 42.95%
G = 26.17%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#40272E (or 0x40272E) is known color: Castro. HEX triplet: 40, 27 and 2E. RGB value is (64,39,46). Sum of RGB (Red+Green+Blue) = 64+39+46=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #40272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40272E is #BFD8D1. Grayscale: #2F2F2F. Windows color (decimal): -12572882 or 3024704. OLE color: 3024704.

HSL color Cylindrical-coordinate representation of color #40272E: hue angle of 343.2º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40272E is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 39 46 -
CMYK 0 0.39 0.28 0.75
HSL 343.2º 0.24% 0.2% -
HSV(B) 343.2º 0.39% 0.25% -
XYZ 3.33 2.74 2.94 -
YUV 47.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 64 39 46 0 0.39 0.28 0.75 343.2 0.24 0.2
Hex 40 27 2E 0 27 1C 4B 157 18 14
Octal 100 47 56 0 47 34 113 527 30 24
Binary 1000000 100111 101110 0 100111 11100 1001011 101010111 11000 10100

Color Harmonies of #40272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40272E

Black with #40272E

Text Example


Text Example

White with #40272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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