Html Css Color HEX #97030E Sangria

📋 copy color: '#97030E'

red 151 ◦ green 3 ◦ blue 14

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

Shades of Sangria #97030E

Tints of Sangria #97030E

RGB

 RED value IS 151 (59.38% from 255) = 89.88%

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

 BLUE value IS 14 (5.86% from 255) = 8.33%

R = 89.88%
G = 1.79%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97030E (or 0x97030E) is known color: Sangria. HEX triplet: 97, 03 and 0E. RGB value is (151,3,14). Sum of RGB (Red+Green+Blue) = 151+3+14=168 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.88% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 151 - color contains mainly: red. Hex color #97030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97030E is #68FCF1. Grayscale: #303030. Windows color (decimal): -6880498 or 918423. OLE color: 918423.

HSL color Cylindrical-coordinate representation of color #97030E: hue angle of 355.54º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97030E is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 14 -
CMYK 0 0.98 0.91 0.41
HSL 355.54º 0.96% 0.3% -
HSV(B) 355.54º 0.98% 0.59% -
XYZ 12.87 6.68 1.03 -
YUV 48.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 151 3 14 0 0.98 0.91 0.41 355.54 0.96 0.3
Hex 97 3 E 0 62 5B 29 164 60 1E
Octal 227 3 16 0 142 133 51 544 140 36
Binary 10010111 11 1110 0 1100010 1011011 101001 101100100 1100000 11110

Color Harmonies of #97030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97030E

Black with #97030E

Text Example


Text Example

White with #97030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97030E; }

 p { color: rgb(151,3,14); }

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

background-color css

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

 a { background-color: rgb(151,3,14); }

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

border-color css

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

 span { border-color: rgb(151,3,14); }

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