Html Css Color HEX #442231 Castro

📋 copy color: '#442231'

red 68 ◦ green 34 ◦ blue 49

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

Shades of Castro #442231

Tints of Castro #442231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 49 (19.53% from 255) = 32.45%

R = 45.03%
G = 22.52%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#442231 (or 0x442231) is known color: Castro. HEX triplet: 44, 22 and 31. RGB value is (68,34,49). Sum of RGB (Red+Green+Blue) = 68+34+49=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #442231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442231 is #BBDDCE. Grayscale: #2D2D2D. Windows color (decimal): -12312015 or 3220036. OLE color: 3220036.

HSL color Cylindrical-coordinate representation of color #442231: hue angle of 333.53º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442231 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 49 -
CMYK 0 0.50 0.28 0.73
HSL 333.53º 0.33% 0.2% -
HSV(B) 333.53º 0.5% 0.27% -
XYZ 3.51 2.59 3.22 -
YUV 45.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 68 34 49 0 0.50 0.28 0.73 333.53 0.33 0.2
Hex 44 22 31 0 32 1C 49 14E 21 14
Octal 104 42 61 0 62 34 111 516 41 24
Binary 1000100 100010 110001 0 110010 11100 1001001 101001110 100001 10100

Color Harmonies of #442231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442231

Black with #442231

Text Example


Text Example

White with #442231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442231; }

 p { color: rgb(68,34,49); }

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

background-color css

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

 a { background-color: rgb(68,34,49); }

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

border-color css

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

 span { border-color: rgb(68,34,49); }

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