Html Css Color HEX #441C29 Castro

📋 copy color: '#441C29'

red 68 ◦ green 28 ◦ blue 41

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

Shades of Castro #441C29

Tints of Castro #441C29

RGB

 RED value IS 68 (26.95% from 255) = 49.64%

 GREEN value IS 28 (11.33% from 255) = 20.44%

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

R = 49.64%
G = 20.44%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#441C29 (or 0x441C29) is known color: Castro. HEX triplet: 44, 1C and 29. RGB value is (68,28,41). Sum of RGB (Red+Green+Blue) = 68+28+41=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #441C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C29 is #BBE3D6. Grayscale: #292929. Windows color (decimal): -12313559 or 2694212. OLE color: 2694212.

HSL color Cylindrical-coordinate representation of color #441C29: hue angle of 340.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441C29 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 41 -
CMYK 0 0.59 0.40 0.73
HSL 340.5º 0.42% 0.19% -
HSV(B) 340.5º 0.59% 0.27% -
XYZ 3.2 2.22 2.36 -
YUV 41.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 68 28 41 0 0.59 0.40 0.73 340.5 0.42 0.19
Hex 44 1C 29 0 3B 28 49 154 2A 13
Octal 104 34 51 0 73 50 111 524 52 23
Binary 1000100 11100 101001 0 111011 101000 1001001 101010100 101010 10011

Color Harmonies of #441C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C29

Black with #441C29

Text Example


Text Example

White with #441C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441C29; }

 p { color: rgb(68,28,41); }

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

background-color css

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

 a { background-color: rgb(68,28,41); }

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

border-color css

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

 span { border-color: rgb(68,28,41); }

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