Html Css Color HEX #441928 Castro

📋 copy color: '#441928'

red 68 ◦ green 25 ◦ blue 40

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

Shades of Castro #441928

Tints of Castro #441928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 51.13%
G = 18.8%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#441928 (or 0x441928) is known color: Castro. HEX triplet: 44, 19 and 28. RGB value is (68,25,40). Sum of RGB (Red+Green+Blue) = 68+25+40=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #441928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441928 is #BBE6D7. Grayscale: #272727. Windows color (decimal): -12314328 or 2627908. OLE color: 2627908.

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

Color convert

RGB 68 25 40 -
CMYK 0 0.63 0.41 0.73
HSL 339.07º 0.46% 0.18% -
HSV(B) 339.07º 0.63% 0.27% -
XYZ 3.11 2.08 2.24 -
YUV 39.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 68 25 40 0 0.63 0.41 0.73 339.07 0.46 0.18
Hex 44 19 28 0 3F 29 49 153 2E 12
Octal 104 31 50 0 77 51 111 523 56 22
Binary 1000100 11001 101000 0 111111 101001 1001001 101010011 101110 10010

Color Harmonies of #441928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441928

Black with #441928

Text Example


Text Example

White with #441928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441928; }

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

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

background-color css

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

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

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

border-color css

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

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

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