Html Css Color HEX #412A31 Castro

📋 copy color: '#412A31'

red 65 ◦ green 42 ◦ blue 49

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

Shades of Castro #412A31

Tints of Castro #412A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.92%

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 41.67%
G = 26.92%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#412A31 (or 0x412A31) is known color: Castro. HEX triplet: 41, 2A and 31. RGB value is (65,42,49). Sum of RGB (Red+Green+Blue) = 65+42+49=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A31 is #BED5CE. Grayscale: #313131. Windows color (decimal): -12506575 or 3222081. OLE color: 3222081.

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

Color convert

RGB 65 42 49 -
CMYK 0 0.35 0.25 0.75
HSL 341.74º 0.21% 0.21% -
HSV(B) 341.74º 0.35% 0.25% -
XYZ 3.56 3 3.3 -
YUV 49.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 65 42 49 0 0.35 0.25 0.75 341.74 0.21 0.21
Hex 41 2A 31 0 23 19 4B 156 15 15
Octal 101 52 61 0 43 31 113 526 25 25
Binary 1000001 101010 110001 0 100011 11001 1001011 101010110 10101 10101

Color Harmonies of #412A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A31

Black with #412A31

Text Example


Text Example

White with #412A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,42,49); }

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

background-color css

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

 a { background-color: rgb(65,42,49); }

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

border-color css

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

 span { border-color: rgb(65,42,49); }

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