Html Css Color HEX #412932 Castro

📋 copy color: '#412932'

red 65 ◦ green 41 ◦ blue 50

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

Shades of Castro #412932

Tints of Castro #412932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

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

R = 41.67%
G = 26.28%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#412932 (or 0x412932) is known color: Castro. HEX triplet: 41, 29 and 32. RGB value is (65,41,50). Sum of RGB (Red+Green+Blue) = 65+41+50=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412932 is #BED6CD. Grayscale: #313131. Windows color (decimal): -12506830 or 3287361. OLE color: 3287361.

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

Color convert

RGB 65 41 50 -
CMYK 0 0.37 0.23 0.75
HSL 337.5º 0.23% 0.21% -
HSV(B) 337.5º 0.37% 0.25% -
XYZ 3.55 2.94 3.4 -
YUV 49.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 65 41 50 0 0.37 0.23 0.75 337.5 0.23 0.21
Hex 41 29 32 0 25 17 4B 152 17 15
Octal 101 51 62 0 45 27 113 522 27 25
Binary 1000001 101001 110010 0 100101 10111 1001011 101010010 10111 10101

Color Harmonies of #412932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412932

Black with #412932

Text Example


Text Example

White with #412932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412932; }

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

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

background-color css

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

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

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

border-color css

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

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

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