Html Css Color HEX #9B4441 Roof Terracotta

📋 copy color: '#9B4441'

red 155 ◦ green 68 ◦ blue 65

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

Shades of Roof Terracotta #9B4441

Tints of Roof Terracotta #9B4441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.57%

R = 53.82%
G = 23.61%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B4441 (or 0x9B4441) is known color: Roof Terracotta. HEX triplet: 9B, 44 and 41. RGB value is (155,68,65). Sum of RGB (Red+Green+Blue) = 155+68+65=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4441 is #64BBBE. Grayscale: #5D5D5D. Windows color (decimal): -6601663 or 4277403. OLE color: 4277403.

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

Color convert

RGB 155 68 65 -
CMYK 0 0.56 0.58 0.39
HSL 0.41% 0.43% -
HSV(B) 0.58% 0.61% -
XYZ 16.54 11.48 6.35 -
YUV 93.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 155 68 65 0 0.56 0.58 0.39 2 0.41 0.43
Hex 9B 44 41 0 38 3A 27 2 29 2B
Octal 233 104 101 0 70 72 47 2 51 53
Binary 10011011 1000100 1000001 0 111000 111010 100111 10 101001 101011

Color Harmonies of #9B4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4441

Black with #9B4441

Text Example


Text Example

White with #9B4441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,65); }

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

background-color css

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

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

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

border-color css

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

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

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