Html Css Color HEX #412C32 Castro

📋 copy color: '#412C32'

red 65 ◦ green 44 ◦ blue 50

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

Shades of Castro #412C32

Tints of Castro #412C32

RGB

 RED value IS 65 (25.78% from 255) = 40.88%

 GREEN value IS 44 (17.58% from 255) = 27.67%

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 40.88%
G = 27.67%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#412C32 (or 0x412C32) is known color: Castro. HEX triplet: 41, 2C and 32. RGB value is (65,44,50). Sum of RGB (Red+Green+Blue) = 65+44+50=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C32 is #BED3CD. Grayscale: #323232. Windows color (decimal): -12506062 or 3288129. OLE color: 3288129.

HSL color Cylindrical-coordinate representation of color #412C32: hue angle of 342.86º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412C32 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 44 50 -
CMYK 0 0.32 0.23 0.75
HSL 342.86º 0.19% 0.21% -
HSV(B) 342.86º 0.32% 0.25% -
XYZ 3.66 3.16 3.43 -
YUV 50.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 65 44 50 0 0.32 0.23 0.75 342.86 0.19 0.21
Hex 41 2C 32 0 20 17 4B 157 13 15
Octal 101 54 62 0 40 27 113 527 23 25
Binary 1000001 101100 110010 0 100000 10111 1001011 101010111 10011 10101

Color Harmonies of #412C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C32

Black with #412C32

Text Example


Text Example

White with #412C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412C32; }

 p { color: rgb(65,44,50); }

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

background-color css

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

 a { background-color: rgb(65,44,50); }

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

border-color css

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

 span { border-color: rgb(65,44,50); }

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