Html Css Color HEX #441626 Castro

📋 copy color: '#441626'

red 68 ◦ green 22 ◦ blue 38

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

Shades of Castro #441626

Tints of Castro #441626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

 BLUE value IS 38 (15.23% from 255) = 29.69%

R = 53.13%
G = 17.19%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#441626 (or 0x441626) is known color: Castro. HEX triplet: 44, 16 and 26. RGB value is (68,22,38). Sum of RGB (Red+Green+Blue) = 68+22+38=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #441626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441626 is #BBE9D9. Grayscale: #252525. Windows color (decimal): -12315098 or 2496068. OLE color: 2496068.

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

Color convert

RGB 68 22 38 -
CMYK 0 0.68 0.44 0.73
HSL 339.13º 0.51% 0.18% -
HSV(B) 339.13º 0.68% 0.27% -
XYZ 3.02 1.94 2.05 -
YUV 37.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 68 22 38 0 0.68 0.44 0.73 339.13 0.51 0.18
Hex 44 16 26 0 44 2C 49 153 33 12
Octal 104 26 46 0 104 54 111 523 63 22
Binary 1000100 10110 100110 0 1000100 101100 1001001 101010011 110011 10010

Color Harmonies of #441626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441626

Black with #441626

Text Example


Text Example

White with #441626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441626; }

 p { color: rgb(68,22,38); }

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

background-color css

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

 a { background-color: rgb(68,22,38); }

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

border-color css

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

 span { border-color: rgb(68,22,38); }

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