Html Css Color HEX #412D33 Castro

📋 copy color: '#412D33'

red 65 ◦ green 45 ◦ blue 51

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

Shades of Castro #412D33

Tints of Castro #412D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.68%

R = 40.37%
G = 27.95%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#412D33 (or 0x412D33) is known color: Castro. HEX triplet: 41, 2D and 33. RGB value is (65,45,51). Sum of RGB (Red+Green+Blue) = 65+45+51=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D33 is #BED2CC. Grayscale: #333333. Windows color (decimal): -12505805 or 3353921. OLE color: 3353921.

HSL color Cylindrical-coordinate representation of color #412D33: hue angle of 342º 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 #412D33 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 45 51 -
CMYK 0 0.31 0.22 0.75
HSL 342º 0.18% 0.22% -
HSV(B) 342º 0.31% 0.25% -
XYZ 3.72 3.24 3.56 -
YUV 51.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 65 45 51 0 0.31 0.22 0.75 342 0.18 0.22
Hex 41 2D 33 0 1F 16 4B 156 12 16
Octal 101 55 63 0 37 26 113 526 22 26
Binary 1000001 101101 110011 0 11111 10110 1001011 101010110 10010 10110

Color Harmonies of #412D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D33

Black with #412D33

Text Example


Text Example

White with #412D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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