Html Css Color HEX #980308 Sangria

📋 copy color: '#980308'

red 152 ◦ green 3 ◦ blue 8

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

Shades of Sangria #980308

Tints of Sangria #980308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.84%

 BLUE value IS 8 (3.52% from 255) = 4.91%

R = 93.25%
G = 1.84%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#980308 (or 0x980308) is known color: Sangria. HEX triplet: 98, 03 and 08. RGB value is (152,3,8). Sum of RGB (Red+Green+Blue) = 152+3+8=163 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.25% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 152 - color contains mainly: red. Hex color #980308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980308 is #67FCF7. Grayscale: #303030. Windows color (decimal): -6814968 or 525208. OLE color: 525208.

HSL color Cylindrical-coordinate representation of color #980308: hue angle of 357.99º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980308 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 8 -
CMYK 0 0.98 0.95 0.40
HSL 357.99º 0.96% 0.3% -
HSV(B) 357.99º 0.98% 0.6% -
XYZ 13.03 6.76 0.85 -
YUV 48.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 152 3 8 0 0.98 0.95 0.40 357.99 0.96 0.3
Hex 98 3 8 0 62 5F 28 166 60 1E
Octal 230 3 10 0 142 137 50 546 140 36
Binary 10011000 11 1000 0 1100010 1011111 101000 101100110 1100000 11110

Color Harmonies of #980308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980308

Black with #980308

Text Example


Text Example

White with #980308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980308; }

 p { color: rgb(152,3,8); }

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

background-color css

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

 a { background-color: rgb(152,3,8); }

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

border-color css

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

 span { border-color: rgb(152,3,8); }

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