Html Css Color HEX #940307 Sangria

📋 copy color: '#940307'

red 148 ◦ green 3 ◦ blue 7

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

Shades of Sangria #940307

Tints of Sangria #940307

RGB

 RED value IS 148 (58.2% from 255) = 93.67%

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

 BLUE value IS 7 (3.13% from 255) = 4.43%

R = 93.67%
G = 1.9%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#940307 (or 0x940307) is known color: Sangria. HEX triplet: 94, 03 and 07. RGB value is (148,3,7). Sum of RGB (Red+Green+Blue) = 148+3+7=158 (20% of max value = 765). Red value is 148 (58.20% from 255 or 93.67% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 148 - color contains mainly: red. Hex color #940307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940307 is #6BFCF8. Grayscale: #2E2E2E. Windows color (decimal): -7077113 or 459668. OLE color: 459668.

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

Color convert

RGB 148 3 7 -
CMYK 0 0.98 0.95 0.42
HSL 358.34º 0.96% 0.3% -
HSV(B) 358.34º 0.98% 0.58% -
XYZ 12.28 6.38 0.78 -
YUV 46.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 148 3 7 0 0.98 0.95 0.42 358.34 0.96 0.3
Hex 94 3 7 0 62 5F 2A 166 60 1E
Octal 224 3 7 0 142 137 52 546 140 36
Binary 10010100 11 111 0 1100010 1011111 101010 101100110 1100000 11110

Color Harmonies of #940307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940307

Black with #940307

Text Example


Text Example

White with #940307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940307; }

 p { color: rgb(148,3,7); }

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

background-color css

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

 a { background-color: rgb(148,3,7); }

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

border-color css

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

 span { border-color: rgb(148,3,7); }

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