Html Css Color HEX #441829 Castro

📋 copy color: '#441829'

red 68 ◦ green 24 ◦ blue 41

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

Shades of Castro #441829

Tints of Castro #441829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.05%

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

R = 51.13%
G = 18.05%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#441829 (or 0x441829) is known color: Castro. HEX triplet: 44, 18 and 29. RGB value is (68,24,41). Sum of RGB (Red+Green+Blue) = 68+24+41=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #441829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441829 is #BBE7D6. Grayscale: #272727. Windows color (decimal): -12314583 or 2693188. OLE color: 2693188.

HSL color Cylindrical-coordinate representation of color #441829: hue angle of 336.82º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441829 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 24 41 -
CMYK 0 0.65 0.40 0.73
HSL 336.82º 0.48% 0.18% -
HSV(B) 336.82º 0.65% 0.27% -
XYZ 3.11 2.04 2.33 -
YUV 39.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 68 24 41 0 0.65 0.40 0.73 336.82 0.48 0.18
Hex 44 18 29 0 41 28 49 151 30 12
Octal 104 30 51 0 101 50 111 521 60 22
Binary 1000100 11000 101001 0 1000001 101000 1001001 101010001 110000 10010

Color Harmonies of #441829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441829

Black with #441829

Text Example


Text Example

White with #441829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441829; }

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

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

background-color css

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

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

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

border-color css

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

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

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