Html Css Color HEX #441627 Castro

📋 copy color: '#441627'

red 68 ◦ green 22 ◦ blue 39

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

Shades of Castro #441627

Tints of Castro #441627

RGB

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

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

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

R = 52.71%
G = 17.05%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#441627 (or 0x441627) is known color: Castro. HEX triplet: 44, 16 and 27. RGB value is (68,22,39). Sum of RGB (Red+Green+Blue) = 68+22+39=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441627 is #BBE9D8. Grayscale: #252525. Windows color (decimal): -12315097 or 2561604. OLE color: 2561604.

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

Color convert

RGB 68 22 39 -
CMYK 0 0.68 0.43 0.73
HSL 337.83º 0.51% 0.18% -
HSV(B) 337.83º 0.68% 0.27% -
XYZ 3.04 1.95 2.14 -
YUV 37.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 68 22 39 0 0.68 0.43 0.73 337.83 0.51 0.18
Hex 44 16 27 0 44 2B 49 152 33 12
Octal 104 26 47 0 104 53 111 522 63 22
Binary 1000100 10110 100111 0 1000100 101011 1001001 101010010 110011 10010

Color Harmonies of #441627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441627

Black with #441627

Text Example


Text Example

White with #441627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441627; }

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

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

background-color css

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

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

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

border-color css

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

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

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