Html Css Color HEX #441C28 Castro

📋 copy color: '#441C28'

red 68 ◦ green 28 ◦ blue 40

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

Shades of Castro #441C28

Tints of Castro #441C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.41%

R = 50%
G = 20.59%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#441C28 (or 0x441C28) is known color: Castro. HEX triplet: 44, 1C and 28. RGB value is (68,28,40). Sum of RGB (Red+Green+Blue) = 68+28+40=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #441C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C28 is #BBE3D7. Grayscale: #292929. Windows color (decimal): -12313560 or 2628676. OLE color: 2628676.

HSL color Cylindrical-coordinate representation of color #441C28: hue angle of 342º 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 #441C28 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 40 -
CMYK 0 0.59 0.41 0.73
HSL 342º 0.42% 0.19% -
HSV(B) 342º 0.59% 0.27% -
XYZ 3.18 2.21 2.27 -
YUV 41.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 68 28 40 0 0.59 0.41 0.73 342 0.42 0.19
Hex 44 1C 28 0 3B 29 49 156 2A 13
Octal 104 34 50 0 73 51 111 526 52 23
Binary 1000100 11100 101000 0 111011 101001 1001001 101010110 101010 10011

Color Harmonies of #441C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C28

Black with #441C28

Text Example


Text Example

White with #441C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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