Html Css Color HEX #9B070C Sangria

📋 copy color: '#9B070C'

red 155 ◦ green 7 ◦ blue 12

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

Shades of Sangria #9B070C

Tints of Sangria #9B070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 89.08%
G = 4.02%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B070C (or 0x9B070C) is known color: Sangria. HEX triplet: 9B, 07 and 0C. RGB value is (155,7,12). Sum of RGB (Red+Green+Blue) = 155+7+12=174 (23% of max value = 765). Red value is 155 (60.94% from 255 or 89.08% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 155 - color contains mainly: red. Hex color #9B070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B070C is #64F8F3. Grayscale: #333333. Windows color (decimal): -6617332 or 788379. OLE color: 788379.

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

Color convert

RGB 155 7 12 -
CMYK 0 0.95 0.92 0.39
HSL 357.97º 0.91% 0.32% -
HSV(B) 357.97º 0.95% 0.61% -
XYZ 13.66 7.15 1.01 -
YUV 51.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 155 7 12 0 0.95 0.92 0.39 357.97 0.91 0.32
Hex 9B 7 C 0 5F 5C 27 166 5B 20
Octal 233 7 14 0 137 134 47 546 133 40
Binary 10011011 111 1100 0 1011111 1011100 100111 101100110 1011011 100000

Color Harmonies of #9B070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B070C

Black with #9B070C

Text Example


Text Example

White with #9B070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,7,12); }

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

background-color css

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

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

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

border-color css

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

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

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