Html Css Color HEX #441526 Castro

📋 copy color: '#441526'

red 68 ◦ green 21 ◦ blue 38

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

Shades of Castro #441526

Tints of Castro #441526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

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

R = 53.54%
G = 16.54%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#441526 (or 0x441526) is known color: Castro. HEX triplet: 44, 15 and 26. RGB value is (68,21,38). Sum of RGB (Red+Green+Blue) = 68+21+38=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441526 is #BBEAD9. Grayscale: #242424. Windows color (decimal): -12315354 or 2495812. OLE color: 2495812.

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

Color convert

RGB 68 21 38 -
CMYK 0 0.69 0.44 0.73
HSL 338.3º 0.53% 0.17% -
HSV(B) 338.3º 0.69% 0.27% -
XYZ 3 1.91 2.04 -
YUV 36.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 68 21 38 0 0.69 0.44 0.73 338.3 0.53 0.17
Hex 44 15 26 0 45 2C 49 152 35 11
Octal 104 25 46 0 105 54 111 522 65 21
Binary 1000100 10101 100110 0 1000101 101100 1001001 101010010 110101 10001

Color Harmonies of #441526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441526

Black with #441526

Text Example


Text Example

White with #441526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441526; }

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

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

background-color css

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

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

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

border-color css

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

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

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