Html Css Color HEX #403035 Castro

📋 copy color: '#403035'

red 64 ◦ green 48 ◦ blue 53

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

Shades of Castro #403035

Tints of Castro #403035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

 BLUE value IS 53 (21.09% from 255) = 32.12%

R = 38.79%
G = 29.09%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#403035 (or 0x403035) is known color: Castro. HEX triplet: 40, 30 and 35. RGB value is (64,48,53). Sum of RGB (Red+Green+Blue) = 64+48+53=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #403035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403035 is #BFCFCA. Grayscale: #353535. Windows color (decimal): -12570571 or 3485760. OLE color: 3485760.

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

Color convert

RGB 64 48 53 -
CMYK 0 0.25 0.17 0.75
HSL 341.25º 0.14% 0.22% -
HSV(B) 341.25º 0.25% 0.25% -
XYZ 3.81 3.46 3.84 -
YUV 53.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 64 48 53 0 0.25 0.17 0.75 341.25 0.14 0.22
Hex 40 30 35 0 19 11 4B 155 E 16
Octal 100 60 65 0 31 21 113 525 16 26
Binary 1000000 110000 110101 0 11001 10001 1001011 101010101 1110 10110

Color Harmonies of #403035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403035

Black with #403035

Text Example


Text Example

White with #403035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403035; }

 p { color: rgb(64,48,53); }

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

background-color css

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

 a { background-color: rgb(64,48,53); }

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

border-color css

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

 span { border-color: rgb(64,48,53); }

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