Html Css Color HEX #98070C Sangria

📋 copy color: '#98070C'

red 152 ◦ green 7 ◦ blue 12

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

Shades of Sangria #98070C

Tints of Sangria #98070C

RGB

 RED value IS 152 (59.77% from 255) = 88.89%

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

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

R = 88.89%
G = 4.09%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98070C (or 0x98070C) is known color: Sangria. HEX triplet: 98, 07 and 0C. RGB value is (152,7,12). Sum of RGB (Red+Green+Blue) = 152+7+12=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #98070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98070C is #67F8F3. Grayscale: #333333. Windows color (decimal): -6813940 or 788376. OLE color: 788376.

HSL color Cylindrical-coordinate representation of color #98070C: hue angle of 357.93º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98070C is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 12 -
CMYK 0 0.95 0.92 0.40
HSL 357.93º 0.91% 0.31% -
HSV(B) 357.93º 0.95% 0.6% -
XYZ 13.09 6.85 0.98 -
YUV 50.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 152 7 12 0 0.95 0.92 0.40 357.93 0.91 0.31
Hex 98 7 C 0 5F 5C 28 166 5B 1F
Octal 230 7 14 0 137 134 50 546 133 37
Binary 10011000 111 1100 0 1011111 1011100 101000 101100110 1011011 11111

Color Harmonies of #98070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98070C

Black with #98070C

Text Example


Text Example

White with #98070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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