Html Css Color HEX #412D34 Castro

📋 copy color: '#412D34'

red 65 ◦ green 45 ◦ blue 52

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

Shades of Castro #412D34

Tints of Castro #412D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.78%

 BLUE value IS 52 (20.7% from 255) = 32.1%

R = 40.12%
G = 27.78%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#412D34 (or 0x412D34) is known color: Castro. HEX triplet: 41, 2D and 34. RGB value is (65,45,52). Sum of RGB (Red+Green+Blue) = 65+45+52=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D34 is #BED2CB. Grayscale: #333333. Windows color (decimal): -12505804 or 3419457. OLE color: 3419457.

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

Color convert

RGB 65 45 52 -
CMYK 0 0.31 0.20 0.75
HSL 339º 0.18% 0.22% -
HSV(B) 339º 0.31% 0.25% -
XYZ 3.74 3.25 3.68 -
YUV 51.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 65 45 52 0 0.31 0.20 0.75 339 0.18 0.22
Hex 41 2D 34 0 1F 14 4B 153 12 16
Octal 101 55 64 0 37 24 113 523 22 26
Binary 1000001 101101 110100 0 11111 10100 1001011 101010011 10010 10110

Color Harmonies of #412D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D34

Black with #412D34

Text Example


Text Example

White with #412D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,52); }

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

background-color css

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

 a { background-color: rgb(65,45,52); }

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

border-color css

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

 span { border-color: rgb(65,45,52); }

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