Html Css Color HEX #9B4949 Roof Terracotta

📋 copy color: '#9B4949'

red 155 ◦ green 73 ◦ blue 73

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

Shades of Roof Terracotta #9B4949

Tints of Roof Terracotta #9B4949

RGB

 RED value IS 155 (60.94% from 255) = 51.5%

 GREEN value IS 73 (28.91% from 255) = 24.25%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 51.5%
G = 24.25%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B4949 (or 0x9B4949) is known color: Roof Terracotta. HEX triplet: 9B, 49 and 49. RGB value is (155,73,73). Sum of RGB (Red+Green+Blue) = 155+73+73=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4949 is #64B6B6. Grayscale: #616161. Windows color (decimal): -6600375 or 4802971. OLE color: 4802971.

HSL color Cylindrical-coordinate representation of color #9B4949: hue angle of 0º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4949 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 73 -
CMYK 0 0.53 0.53 0.39
HSL 0.36% 0.45% -
HSV(B) 0.53% 0.61% -
XYZ 17.1 12.21 7.76 -
YUV 97.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 155 73 73 0 0.53 0.53 0.39 0 0.36 0.45
Hex 9B 49 49 0 35 35 27 0 24 2D
Octal 233 111 111 0 65 65 47 0 44 55
Binary 10011011 1001001 1001001 0 110101 110101 100111 0 100100 101101

Color Harmonies of #9B4949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4949

Black with #9B4949

Text Example


Text Example

White with #9B4949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B4949; }

 p { color: rgb(155,73,73); }

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

background-color css

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

 a { background-color: rgb(155,73,73); }

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

border-color css

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

 span { border-color: rgb(155,73,73); }

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