Html Css Color HEX #411F29 Castro

📋 copy color: '#411F29'

red 65 ◦ green 31 ◦ blue 41

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

Shades of Castro #411F29

Tints of Castro #411F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.63%

 BLUE value IS 41 (16.41% from 255) = 29.93%

R = 47.45%
G = 22.63%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#411F29 (or 0x411F29) is known color: Castro. HEX triplet: 41, 1F and 29. RGB value is (65,31,41). Sum of RGB (Red+Green+Blue) = 65+31+41=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #411F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F29 is #BEE0D6. Grayscale: #2A2A2A. Windows color (decimal): -12509399 or 2694977. OLE color: 2694977.

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

Color convert

RGB 65 31 41 -
CMYK 0 0.52 0.37 0.75
HSL 342.35º 0.35% 0.19% -
HSV(B) 342.35º 0.52% 0.25% -
XYZ 3.07 2.26 2.37 -
YUV 42.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 65 31 41 0 0.52 0.37 0.75 342.35 0.35 0.19
Hex 41 1F 29 0 34 25 4B 156 23 13
Octal 101 37 51 0 64 45 113 526 43 23
Binary 1000001 11111 101001 0 110100 100101 1001011 101010110 100011 10011

Color Harmonies of #411F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F29

Black with #411F29

Text Example


Text Example

White with #411F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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