Html Css Color HEX #441C2D Castro

📋 copy color: '#441C2D'

red 68 ◦ green 28 ◦ blue 45

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

Shades of Castro #441C2D

Tints of Castro #441C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.86%

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 48.23%
G = 19.86%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#441C2D (or 0x441C2D) is known color: Castro. HEX triplet: 44, 1C and 2D. RGB value is (68,28,45). Sum of RGB (Red+Green+Blue) = 68+28+45=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C2D is #BBE3D2. Grayscale: #292929. Windows color (decimal): -12313555 or 2956356. OLE color: 2956356.

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

Color convert

RGB 68 28 45 -
CMYK 0 0.59 0.34 0.73
HSL 334.5º 0.42% 0.19% -
HSV(B) 334.5º 0.59% 0.27% -
XYZ 3.27 2.25 2.74 -
YUV 41.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 68 28 45 0 0.59 0.34 0.73 334.5 0.42 0.19
Hex 44 1C 2D 0 3B 22 49 14E 2A 13
Octal 104 34 55 0 73 42 111 516 52 23
Binary 1000100 11100 101101 0 111011 100010 1001001 101001110 101010 10011

Color Harmonies of #441C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C2D

Black with #441C2D

Text Example


Text Example

White with #441C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,28,45); }

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

background-color css

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

 a { background-color: rgb(68,28,45); }

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

border-color css

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

 span { border-color: rgb(68,28,45); }

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