Html Css Color HEX #441927 Castro

📋 copy color: '#441927'

red 68 ◦ green 25 ◦ blue 39

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

Shades of Castro #441927

Tints of Castro #441927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.55%

R = 51.52%
G = 18.94%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#441927 (or 0x441927) is known color: Castro. HEX triplet: 44, 19 and 27. RGB value is (68,25,39). Sum of RGB (Red+Green+Blue) = 68+25+39=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #441927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441927 is #BBE6D8. Grayscale: #272727. Windows color (decimal): -12314329 or 2562372. OLE color: 2562372.

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

Color convert

RGB 68 25 39 -
CMYK 0 0.63 0.43 0.73
HSL 340.47º 0.46% 0.18% -
HSV(B) 340.47º 0.63% 0.27% -
XYZ 3.1 2.07 2.16 -
YUV 39.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 68 25 39 0 0.63 0.43 0.73 340.47 0.46 0.18
Hex 44 19 27 0 3F 2B 49 154 2E 12
Octal 104 31 47 0 77 53 111 524 56 22
Binary 1000100 11001 100111 0 111111 101011 1001001 101010100 101110 10010

Color Harmonies of #441927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441927

Black with #441927

Text Example


Text Example

White with #441927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441927; }

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

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

background-color css

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

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

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

border-color css

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

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

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