Html Css Color HEX #441525 Castro

📋 copy color: '#441525'

red 68 ◦ green 21 ◦ blue 37

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

Shades of Castro #441525

Tints of Castro #441525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.37%

R = 53.97%
G = 16.67%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#441525 (or 0x441525) is known color: Castro. HEX triplet: 44, 15 and 25. RGB value is (68,21,37). Sum of RGB (Red+Green+Blue) = 68+21+37=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441525 is #BBEADA. Grayscale: #242424. Windows color (decimal): -12315355 or 2430276. OLE color: 2430276.

HSL color Cylindrical-coordinate representation of color #441525: hue angle of 339.57º 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 #441525 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 21 37 -
CMYK 0 0.69 0.46 0.73
HSL 339.57º 0.53% 0.17% -
HSV(B) 339.57º 0.69% 0.27% -
XYZ 2.99 1.9 1.96 -
YUV 36.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 68 21 37 0 0.69 0.46 0.73 339.57 0.53 0.17
Hex 44 15 25 0 45 2E 49 154 35 11
Octal 104 25 45 0 105 56 111 524 65 21
Binary 1000100 10101 100101 0 1000101 101110 1001001 101010100 110101 10001

Color Harmonies of #441525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441525

Black with #441525

Text Example


Text Example

White with #441525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441525; }

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

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

background-color css

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

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

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

border-color css

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

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

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