Html Css Color HEX #441D2C Castro

📋 copy color: '#441D2C'

red 68 ◦ green 29 ◦ blue 44

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

Shades of Castro #441D2C

Tints of Castro #441D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.57%

 BLUE value IS 44 (17.58% from 255) = 31.21%

R = 48.23%
G = 20.57%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#441D2C (or 0x441D2C) is known color: Castro. HEX triplet: 44, 1D and 2C. RGB value is (68,29,44). Sum of RGB (Red+Green+Blue) = 68+29+44=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D2C is #BBE2D3. Grayscale: #2A2A2A. Windows color (decimal): -12313300 or 2891076. OLE color: 2891076.

HSL color Cylindrical-coordinate representation of color #441D2C: hue angle of 336.92º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D2C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 44 -
CMYK 0 0.57 0.35 0.73
HSL 336.92º 0.4% 0.19% -
HSV(B) 336.92º 0.57% 0.27% -
XYZ 3.28 2.29 2.65 -
YUV 42.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 68 29 44 0 0.57 0.35 0.73 336.92 0.4 0.19
Hex 44 1D 2C 0 39 23 49 151 28 13
Octal 104 35 54 0 71 43 111 521 50 23
Binary 1000100 11101 101100 0 111001 100011 1001001 101010001 101000 10011

Color Harmonies of #441D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D2C

Black with #441D2C

Text Example


Text Example

White with #441D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441D2C; }

 p { color: rgb(68,29,44); }

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

background-color css

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

 a { background-color: rgb(68,29,44); }

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

border-color css

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

 span { border-color: rgb(68,29,44); }

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