Html Css Color HEX #98060F Sangria

📋 copy color: '#98060F'

red 152 ◦ green 6 ◦ blue 15

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

Shades of Sangria #98060F

Tints of Sangria #98060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 87.86%
G = 3.47%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98060F (or 0x98060F) is known color: Sangria. HEX triplet: 98, 06 and 0F. RGB value is (152,6,15). Sum of RGB (Red+Green+Blue) = 152+6+15=173 (22% of max value = 765). Red value is 152 (59.77% from 255 or 87.86% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 152 - color contains mainly: red. Hex color #98060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98060F is #67F9F0. Grayscale: #323232. Windows color (decimal): -6814193 or 984728. OLE color: 984728.

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

Color convert

RGB 152 6 15 -
CMYK 0 0.96 0.90 0.40
HSL 356.3º 0.92% 0.31% -
HSV(B) 356.3º 0.96% 0.6% -
XYZ 13.1 6.84 1.08 -
YUV 50.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 152 6 15 0 0.96 0.90 0.40 356.3 0.92 0.31
Hex 98 6 F 0 60 5A 28 164 5C 1F
Octal 230 6 17 0 140 132 50 544 134 37
Binary 10011000 110 1111 0 1100000 1011010 101000 101100100 1011100 11111

Color Harmonies of #98060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98060F

Black with #98060F

Text Example


Text Example

White with #98060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98060F; }

 p { color: rgb(152,6,15); }

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

background-color css

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

 a { background-color: rgb(152,6,15); }

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

border-color css

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

 span { border-color: rgb(152,6,15); }

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