Html Css Color HEX #441728 Castro

📋 copy color: '#441728'

red 68 ◦ green 23 ◦ blue 40

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

Shades of Castro #441728

Tints of Castro #441728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.56%

 BLUE value IS 40 (16.02% from 255) = 30.53%

R = 51.91%
G = 17.56%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#441728 (or 0x441728) is known color: Castro. HEX triplet: 44, 17 and 28. RGB value is (68,23,40). Sum of RGB (Red+Green+Blue) = 68+23+40=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #441728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441728 is #BBE8D7. Grayscale: #262626. Windows color (decimal): -12314840 or 2627396. OLE color: 2627396.

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

Color convert

RGB 68 23 40 -
CMYK 0 0.66 0.41 0.73
HSL 337.33º 0.49% 0.18% -
HSV(B) 337.33º 0.66% 0.27% -
XYZ 3.07 1.99 2.23 -
YUV 38.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 68 23 40 0 0.66 0.41 0.73 337.33 0.49 0.18
Hex 44 17 28 0 42 29 49 151 31 12
Octal 104 27 50 0 102 51 111 521 61 22
Binary 1000100 10111 101000 0 1000010 101001 1001001 101010001 110001 10010

Color Harmonies of #441728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441728

Black with #441728

Text Example


Text Example

White with #441728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441728; }

 p { color: rgb(68,23,40); }

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

background-color css

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

 a { background-color: rgb(68,23,40); }

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

border-color css

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

 span { border-color: rgb(68,23,40); }

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