Html Css Color HEX #994444 Roof Terracotta

📋 copy color: '#994444'

red 153 ◦ green 68 ◦ blue 68

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

Shades of Roof Terracotta #994444

Tints of Roof Terracotta #994444

RGB

 RED value IS 153 (60.16% from 255) = 52.94%

 GREEN value IS 68 (26.95% from 255) = 23.53%

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 52.94%
G = 23.53%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#994444 (or 0x994444) is known color: Roof Terracotta. HEX triplet: 99, 44 and 44. RGB value is (153,68,68). Sum of RGB (Red+Green+Blue) = 153+68+68=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #994444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994444 is #66BBBB. Grayscale: #5D5D5D. Windows color (decimal): -6732732 or 4474009. OLE color: 4474009.

HSL color Cylindrical-coordinate representation of color #994444: hue angle of 0º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994444 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 68 -
CMYK 0 0.56 0.56 0.4
HSL 0.38% 0.43% -
HSV(B) 0.56% 0.6% -
XYZ 16.25 11.32 6.8 -
YUV 93.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 153 68 68 0 0.56 0.56 0.4 0 0.38 0.43
Hex 99 44 44 0 38 38 28 0 26 2B
Octal 231 104 104 0 70 70 50 0 46 53
Binary 10011001 1000100 1000100 0 111000 111000 101000 0 100110 101011

Color Harmonies of #994444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994444

Black with #994444

Text Example


Text Example

White with #994444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994444; }

 p { color: rgb(153,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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